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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dassdec.c93 static const AVRational ass_tb = {1, 100}; local
94 const int ts_start = av_rescale_q(avpkt->pts, avctx->time_base, ass_tb);
95 const int ts_duration = av_rescale_q(avpkt->duration, avctx->time_base, ass_tb);

Completed in 92 milliseconds