Home
last modified time | relevance | path

Searched refs:ambiguous_frame_rate (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Ddashenc.c94 int ambiguous_frame_rate; member
804 if (as->media_type == AVMEDIA_TYPE_VIDEO && as->max_frame_rate.num && !as->ambiguous_frame_rate && av_cmp_q(as->min_frame_rate, as->max_frame_rate) < 0) in write_adaptation_set()
806 else if (as->media_type == AVMEDIA_TYPE_VIDEO && as->max_frame_rate.num && !as->ambiguous_frame_rate && !av_cmp_q(as->min_frame_rate, as->max_frame_rate)) in write_adaptation_set()
854 if (!as->ambiguous_frame_rate && !tas->ambiguous_frame_rate) in write_adaptation_set()
1683 as->ambiguous_frame_rate = 1; in dash_init()

Completed in 4 milliseconds