aasc: fix output for msrle compression.

The bottom line was invalid before.

CC:libav-stable@libav.org
(cherry picked from commit da7baaaae7)

Conflicts:

	cmdutils.c
This commit is contained in:
Anton Khirnov
2013-01-29 12:42:54 +01:00
committed by Reinhard Tartler
parent 108ca6fad1
commit 1f8bf163e4
3 changed files with 25 additions and 25 deletions

View File

@@ -1566,7 +1566,7 @@ 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:
* cdgraphics, ansi, aasc, qtrle-1bit
* cdgraphics, ansi, qtrle-1bit
*/
memset(buf->base[0], 128, ret);