diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-01-29 12:42:54 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-02-06 10:21:52 +0100 |
commit | da7baaaae79b4d7d715d35ea6bcfbdd149edc177 (patch) | |
tree | 3da457f4276e674c9cef31554b20556c98ee2462 /cmdutils.c | |
parent | 9bd6375d5f16842306dcecde637ffe605acda26b (diff) | |
download | ffmpeg-da7baaaae79b4d7d715d35ea6bcfbdd149edc177.tar.gz |
aasc: fix output for msrle compression.
The bottom line was invalid before.
CC:libav-stable@libav.org
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 360ba39f13..dbe22e3ea4 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -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); |