aasc: fix output for msrle compression.

The bottom line was invalid before.

CC:libav-stable@libav.org
This commit is contained in:
Anton Khirnov
2013-01-29 12:42:54 +01:00
parent 9bd6375d5f
commit da7baaaae7
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:
* aasc, fraps-v1, qtrle-1bit
* fraps-v1, qtrle-1bit
*/
memset(buf->base[0], 128, ret);