OSDN Git Service

Make Bink decoder to stop decoding planes after all bits are used.
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 22 Feb 2010 12:35:12 +0000 (12:35 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 22 Feb 2010 12:35:12 +0000 (12:35 +0000)
commitbb29fee3a6a289f6b191177098ddce3720d8c417
treecc6fd08ebc1660de461c32260f71b6c7af91edf2
parent33bc794738224930f8ac07865861d07cbb959e3b
Make Bink decoder to stop decoding planes after all bits are used.
This prevents crashes during decoding grayscale Bink files like
samples from Impossible Creatures game demo.

Originally committed as revision 21961 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/bink.c