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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dwav.c28 int64_t minpts; member in struct:__anon744
63 wav->minpts = INT64_MAX;
79 wav->minpts = FFMIN(wav->minpts, pkt->pts);
107 number_of_samples = av_rescale(wav->maxpts - wav->minpts + wav->last_duration,

Completed in 91 milliseconds