]> git.sesse.net Git - ffmpeg/commit
Fetch timestamp for the first frame of field only if frame_offset and
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 21 Jun 2009 03:50:26 +0000 (03:50 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 21 Jun 2009 03:50:26 +0000 (03:50 +0000)
commitb27758bc02c7111d32c1e0d36d7cbdb4ce5d0400
tree23deea9d637b899e527425fbcc105720957a8962
parentf356fc57994188eaf3499c74937716ae116563cd
Fetch timestamp for the first frame of field only if frame_offset and
next_frame_offset are not set, because second field has next frame offset set
but not frame_offset, otherwise this wrongly fetch timestamp for the
second field.

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