qtrle: fix the topmost line for 1bit

Signed-off-by: Anton Khirnov <anton@khirnov.net>
CC:libav-stable@libav.org
This commit is contained in:
Kostya Shishkov
2013-01-30 06:42:17 +01:00
committed by Anton Khirnov
parent 685e6f2e39
commit 89f11f498b
3 changed files with 42 additions and 40 deletions

View File

@ -1566,7 +1566,6 @@ static int alloc_buffer(FrameBuffer **pool, AVCodecContext *s, FrameBuffer **pbu
/* XXX this shouldn't be needed, but some tests break without this line
* those decoders are buggy and need to be fixed.
* the following tests fail:
* qtrle-1bit
*/
memset(buf->base[0], 128, ret);