]> git.sesse.net Git - ffmpeg/commit
bethsoftvideo: fix palette reading.
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 18 Jan 2012 18:09:43 +0000 (13:09 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 2 Feb 2012 00:41:39 +0000 (19:41 -0500)
commitc3a06615bdf00fcf64747f12a0ba1a2c7fb2e576
tree9e7bd417e32c6c9347f9b390c42925508798e7ba
parent83ce51cc7d10c1589f07fda1b9f10fbc5aa93e77
bethsoftvideo: fix palette reading.

Return the correct number of consumed bytes and set *data_size = 0.
Returned size is 1 too small, leading to that 1 byte being read as the next
frame, which results in an extra blank frame at the beginning of the stream.
libavcodec/bethsoftvideo.c
tests/ref/fate/bethsoft-vid