VSYNC_AUTO        925 ffmpeg.c           if (format_video_sync == VSYNC_AUTO) {
VSYNC_AUTO       2872 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         88 ffmpeg_opt.c   int video_sync_method = VSYNC_AUTO;
VSYNC_AUTO       2544 ffmpeg_opt.c       if (video_sync_method == VSYNC_AUTO)
VSYNC_AUTO       2545 ffmpeg_opt.c           video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR);