]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.c
adpcm: decode directly to the user-provided AVFrame
[ffmpeg] / cmdutils.c
index 9aec9ae5ae017b499ca38b9a24a1f93feee55ac4..0b3724e8a6a45b4cfaa7b7ab07abaf67e9760f4f 100644 (file)
@@ -1566,7 +1566,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:
-     * ansi, aasc, fraps-v1, qtrle-1bit
      */
     memset(buf->base[0], 128, ret);