AV_SYNC_VIDEO_MASTER 1427 fftools/ffplay.c     if (is->av_sync_type == AV_SYNC_VIDEO_MASTER) {
AV_SYNC_VIDEO_MASTER 1429 fftools/ffplay.c             return AV_SYNC_VIDEO_MASTER;
AV_SYNC_VIDEO_MASTER 1448 fftools/ffplay.c         case AV_SYNC_VIDEO_MASTER:
AV_SYNC_VIDEO_MASTER 1534 fftools/ffplay.c     if (get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER) {
AV_SYNC_VIDEO_MASTER 1642 fftools/ffplay.c                 if(!is->step && (framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) && time > is->frame_timer + duration){
AV_SYNC_VIDEO_MASTER 1793 fftools/ffplay.c         if (framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) {
AV_SYNC_VIDEO_MASTER 3514 fftools/ffplay.c         av_sync_type = AV_SYNC_VIDEO_MASTER;