]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.c
Support more atrac3-in-mkv samples.
[ffmpeg] / cmdutils.c
index 9d916e74166cef56440d9f65db439bf3916ac2b2..bd6ad449f7af4e0a82a09883771a0c43a5d2d76f 100644 (file)
@@ -1856,7 +1856,6 @@ 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, fraps-v1, qtrle-1bit
      */
     memset(buf->base[0], 128, ret);