VSYNC_CFR 1096 fftools/ffmpeg.c format_video_sync = (of->ctx->oformat->flags & AVFMT_VARIABLE_FPS) ? ((of->ctx->oformat->flags & AVFMT_NOTIMESTAMPS) ? VSYNC_PASSTHROUGH : VSYNC_VFR) : VSYNC_CFR; VSYNC_CFR 1098 fftools/ffmpeg.c && format_video_sync == VSYNC_CFR VSYNC_CFR 1103 fftools/ffmpeg.c if (format_video_sync == VSYNC_CFR && copy_ts) { VSYNC_CFR 1107 fftools/ffmpeg.c ost->is_cfr = (format_video_sync == VSYNC_CFR || format_video_sync == VSYNC_VSCFR); VSYNC_CFR 1130 fftools/ffmpeg.c case VSYNC_CFR: VSYNC_CFR 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_CFR 3091 fftools/ffmpeg_opt.c if (!av_strcasecmp(arg, "cfr")) video_sync_method = VSYNC_CFR;