VSYNC_AUTO 1092 fftools/ffmpeg.c if (format_video_sync == VSYNC_AUTO) { VSYNC_AUTO 3345 fftools/ffmpeg.c && (video_sync_method == VSYNC_CFR || video_sync_method == VSYNC_VSCFR || (video_sync_method == VSYNC_AUTO && !(oc->oformat->flags & AVFMT_VARIABLE_FPS)))){ VSYNC_AUTO 153 fftools/ffmpeg_opt.c int video_sync_method = VSYNC_AUTO; VSYNC_AUTO 3096 fftools/ffmpeg_opt.c if (video_sync_method == VSYNC_AUTO) VSYNC_AUTO 3097 fftools/ffmpeg_opt.c video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR);