diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-01-30 06:42:17 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-02-06 10:21:52 +0100 |
commit | 89f11f498b9c15bc71494a11a7ec560f4adf630d (patch) | |
tree | d5f7d2f340b0f9ac098b603e8a6fbcdfb7e00239 /cmdutils.c | |
parent | 685e6f2e3939f124b41c7801cc541dad8252af3d (diff) | |
download | ffmpeg-89f11f498b9c15bc71494a11a7ec560f4adf630d.tar.gz |
qtrle: fix the topmost line for 1bit
Signed-off-by: Anton Khirnov <anton@khirnov.net>
CC:libav-stable@libav.org
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |