]> git.sesse.net Git - ffmpeg/commit
Consider all packets in the parser, not just ones with timestamps,
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 2 Mar 2009 15:13:58 +0000 (15:13 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 2 Mar 2009 15:13:58 +0000 (15:13 +0000)
commit7115cbda3045d99a9ee8845183368247a8478373
treec1f776c9712cf10a12ef8594b08028520543825e
parent2cc304215d53b1e4140508f10c407c29754687e9
Consider all packets in the parser, not just ones with timestamps,
this should greatly simplify handling of packet pos.

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