VSYNC_DROP        601 ffmpeg.c           if ((avctx->codec_type == AVMEDIA_TYPE_VIDEO && video_sync_method == VSYNC_DROP) ||
VSYNC_DROP        944 ffmpeg.c               format_video_sync != VSYNC_DROP) {
VSYNC_DROP        981 ffmpeg.c           case VSYNC_DROP:
VSYNC_DROP       2542 ffmpeg_opt.c       else if (!av_strcasecmp(arg, "drop"))        video_sync_method = VSYNC_DROP;