Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dvapoursynth.c53 int is_cfr; member
269 vs->is_cfr = 1; in read_header_vs()
450 if (vs->is_cfr) in read_packet_vs()
465 if (!vs->is_cfr) in read_seek_vs()
/third_party/ffmpeg/fftools/
Dffmpeg.h489 int is_cfr; member
Dffmpeg.c802 if (ost->frame_rate.num && ost->is_cfr) { in write_packet()
1212 ost->is_cfr = (format_video_sync == VSYNC_CFR || format_video_sync == VSYNC_VSCFR); in do_video_out()