VSYNC_VFR 927 ffmpeg.c format_video_sync = VSYNC_VFR; VSYNC_VFR 929 ffmpeg.c format_video_sync = (s->oformat->flags & AVFMT_VARIABLE_FPS) ? ((s->oformat->flags & AVFMT_NOTIMESTAMPS) ? VSYNC_PASSTHROUGH : VSYNC_VFR) : VSYNC_CFR; VSYNC_VFR 975 ffmpeg.c case VSYNC_VFR: VSYNC_VFR 2540 ffmpeg_opt.c else if (!av_strcasecmp(arg, "vfr")) video_sync_method = VSYNC_VFR; VSYNC_VFR 2545 ffmpeg_opt.c video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR);