summaryrefslogtreecommitdiff
path: root/cmdutils.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-01-26 22:04:49 +0100
committerAnton Khirnov <anton@khirnov.net>2013-02-06 10:21:52 +0100
commit6a399854517f0f89a76651ea53f9b8dea16d3ef2 (patch)
treed41e81e6980592b54d1d7ae53ad80853c2dce3c1 /cmdutils.c
parent238614de679a71970c20d7c3fee08a322967ec40 (diff)
cmdutils: remove ansi from the list of broken codecs.
It's not relying on get_buffer() initializing the frame since 99e36ddd3ee57c38e6ca9e240ba518848487f849.
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index 9aec9ae5ae..360ba39f13 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:
- * ansi, aasc, fraps-v1, qtrle-1bit
+ * aasc, fraps-v1, qtrle-1bit
*/
memset(buf->base[0], 128, ret);