]> git.sesse.net Git - ffmpeg/commitdiff
cmdutils: remove ansi from the list of broken codecs.
authorAnton Khirnov <anton@khirnov.net>
Sat, 26 Jan 2013 21:04:49 +0000 (22:04 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 6 Feb 2013 09:21:52 +0000 (10:21 +0100)
It's not relying on get_buffer() initializing the frame since
99e36ddd3ee57c38e6ca9e240ba518848487f849.

cmdutils.c

index 9aec9ae5ae017b499ca38b9a24a1f93feee55ac4..360ba39f135c2cd122f75cbce4c3d2dde4a6de4b 100644 (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:
-     * ansi, aasc, fraps-v1, qtrle-1bit
+     * aasc, fraps-v1, qtrle-1bit
      */
     memset(buf->base[0], 128, ret);