From 89f11f498b9c15bc71494a11a7ec560f4adf630d Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 30 Jan 2013 06:42:17 +0100 Subject: qtrle: fix the topmost line for 1bit Signed-off-by: Anton Khirnov CC:libav-stable@libav.org --- cmdutils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index a9523aec74..0b3724e8a6 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -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: - * qtrle-1bit */ memset(buf->base[0], 128, ret); -- cgit v1.2.3