Home
last modified time | relevance | path

Searched refs:format_video_sync (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.c1149 int ret, format_video_sync; in do_video_out() local
1196 format_video_sync = video_sync_method; in do_video_out()
1197 if (format_video_sync == VSYNC_AUTO) { in do_video_out()
1199 format_video_sync = VSYNC_VFR; in do_video_out()
1201format_video_sync = (of->ctx->oformat->flags & AVFMT_VARIABLE_FPS) ? ((of->ctx->oformat->flags & A… in do_video_out()
1203 && format_video_sync == VSYNC_CFR in do_video_out()
1206 format_video_sync = VSYNC_VSCFR; in do_video_out()
1208 if (format_video_sync == VSYNC_CFR && copy_ts) { in do_video_out()
1209 format_video_sync = VSYNC_VSCFR; in do_video_out()
1212 ost->is_cfr = (format_video_sync == VSYNC_CFR || format_video_sync == VSYNC_VSCFR); in do_video_out()
[all …]