OSDN Git Service

avformat/utils: fix rounding error accumulation for generated dts in compute_pkt_fields()
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jan 2014 16:44:15 +0000 (17:44 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Jan 2014 14:10:44 +0000 (15:10 +0100)
commit863f4c3c7170270f78049e390670d2b83fbe67d3
treedde8e9b50f65050200b5247433dedb0ac94accc8
parentcd7037dd7ac14823619cf1649922b0ef31310291
avformat/utils: fix rounding error accumulation for generated dts in compute_pkt_fields()

This only updates the case where there is no B frame reordering delay.

Tested-by: Anssi Hannula <anssi.hannula@iki.fi>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/utils.c