Searched refs:new_diff (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 Dutils.c915 int64_t new_diff= FFABS(st->cur_dts - pkt->pts); local
916 if(old_diff < new_diff && old_diff < (pkt->duration>>3)){
918 // av_log(NULL, AV_LOG_DEBUG, "id:%d old:%"PRId64" new:%"PRId64" dur:%d cur:%"PRId64" size:%d\n", pkt->stream_index, old_diff, new_diff, pkt->duration, st->cur_dts, pkt->size);

Completed in 37 milliseconds