OSDN Git Service

avformat/bink: seek to first frame
authorPeter Ross <pross@xvid.org>
Fri, 3 Jan 2014 10:31:11 +0000 (21:31 +1100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jan 2014 12:50:11 +0000 (13:50 +0100)
commit0588acaffaf601bf47088bfa19bef49b173beb8c
tree6b0d60c5aa54f17f6389361ffcc1856a391d4435
parent2c759d7018faf287049e1ae7d52cc12b3683915c
avformat/bink: seek to first frame

Some rare bink files include unused bytes between the frame table index
and first frame data.

Fixes ticket #3266.

This patch has also been tested with non-seekable protocols.

Signed-off-by: Peter Ross <pross@xvid.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/bink.c