AV_SYNC_VIDEO_MASTER 1442 ffplay.c           if (is->av_sync_type == AV_SYNC_VIDEO_MASTER) {
AV_SYNC_VIDEO_MASTER 1444 ffplay.c                   return AV_SYNC_VIDEO_MASTER;
AV_SYNC_VIDEO_MASTER 1463 ffplay.c               case AV_SYNC_VIDEO_MASTER:
AV_SYNC_VIDEO_MASTER 1537 ffplay.c           if (get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER) {
AV_SYNC_VIDEO_MASTER 1652 ffplay.c                       if(!is->step && (redisplay || framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) && time > is->frame_timer + duration){
AV_SYNC_VIDEO_MASTER 1895 ffplay.c               if (framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) {
AV_SYNC_VIDEO_MASTER 3609 ffplay.c               av_sync_type = AV_SYNC_VIDEO_MASTER;