Our MPEG-TS demuxer does not send complete PES packets but sends them
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 2 Jun 2008 14:40:27 +0000 (14:40 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 2 Jun 2008 14:40:27 +0000 (14:40 +0000)
commit05d1d160bc674ab56b99307772a59cc7a8779187
treea3bd95fa95e3c2ddf26e29cd6de1225802db6b32
parent5c027f8866bca84ff8416e2867fbe0b7db1dd1bd
Our MPEG-TS demuxer does not send complete PES packets but sends them
piecewise, thus the end values cannot be used for associating timestamps.

Originally committed as revision 13626 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/parser.c