Searched refs:time_rate (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 Dmov.c127 int time_rate; member in struct:MOVStreamContext
1248 sc->time_rate= av_gcd(sc->time_rate, sample_duration);
1297 sc->time_rate= av_gcd(sc->time_rate, FFABS(duration));
1314 assert(sc->time_offset % sc->time_rate == 0);
1315 current_dts = - (sc->time_offset / sc->time_rate);
1354 assert(sc->stts_data[stts_index].duration % sc->time_rate == 0);
1355 current_dts += sc->stts_data[stts_index].duration / sc->time_rate;
1406 assert(chunk_duration % sc->time_rate
[all...]

Completed in 162 milliseconds