VSYNC_CFR 929 ffmpeg.c format_video_sync = (s->oformat->flags & AVFMT_VARIABLE_FPS) ? ((s->oformat->flags & AVFMT_NOTIMESTAMPS) ? VSYNC_PASSTHROUGH : VSYNC_VFR) : VSYNC_CFR; VSYNC_CFR 931 ffmpeg.c && format_video_sync == VSYNC_CFR VSYNC_CFR 936 ffmpeg.c if (format_video_sync == VSYNC_CFR && copy_ts) { VSYNC_CFR 963 ffmpeg.c case VSYNC_CFR: VSYNC_CFR 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_CFR 2539 ffmpeg_opt.c if (!av_strcasecmp(arg, "cfr")) video_sync_method = VSYNC_CFR;