Home
last modified time | relevance | path

Searched defs:prevent_df (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dtimecode.c136 …_make_smpte_tc_string2(char *buf, AVRational rate, uint32_t tcsmpte, int prevent_df, int skip_fiel… in av_timecode_make_smpte_tc_string2()
160 char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df) in av_timecode_make_smpte_tc_string()
/third_party/ffmpeg/libavformat/
Ddv.c312 int prevent_df = c->sys->ltc_divisor == 25 || c->sys->ltc_divisor == 50; in dv_extract_timecode() local