OSDN Git Service

Check for pts==dts on I/P frames in the presence of non low delay decoding and
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 19 Oct 2008 01:02:48 +0000 (01:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 19 Oct 2008 01:02:48 +0000 (01:02 +0000)
commit9806f846c0f7dd6ff3a0bdf1f2e161623ec9d3e6
treefe23fdf3737aa500d28d5850f767eac0829894f2
parentf781f748b91aebf96c3e4b2fdaa998e736554ff4
Check for pts==dts on I/P frames in the presence of non low delay decoding and
discard these invalid timestamps.
fixes issue171.

Originally committed as revision 15641 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c