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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffmdec.c224 int64_t newpts; local
231 newpts = get_dts(s, newpos);
233 if (newpts - 100000 <= pts) {
235 pts = newpts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dffmdec.c199 int64_t newpts; local
206 newpts = get_dts(s, newpos);
208 if (newpts - 100000 <= pts) {
210 pts = newpts;

Completed in 61 milliseconds