]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.c
Merge commit '86bfcfcf2364bc837b7bb582c66a8a15a332414f'
[ffmpeg] / cmdutils.c
index 88f73a985d96df61e53b4e41c75e8b0ca8607ad5..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:
-     * ansi, aasc, fraps-v1, qtrle-1bit
      */
     memset(buf->base[0], 128, ret);