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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dconcatdec.c513 static void rescale_interval(AVRational tb_in, AVRational tb_out, argument
516 *ts = av_rescale_q (* ts, tb_in, tb_out);
517 *min_ts = av_rescale_q_rnd(*min_ts, tb_in, tb_out,
519 *max_ts = av_rescale_q_rnd(*max_ts, tb_in, tb_out,

Completed in 51 milliseconds