diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-01-30 06:42:17 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-02-07 07:18:57 +0100 |
commit | d0249f1c2e55d4ac48655ccc789833489891bb81 (patch) | |
tree | 71a57b861112cff12a483c4400253f1977e5a156 /cmdutils.c | |
parent | 1f8bf163e4b430d1a6e14d8867f3d47f50d5425e (diff) | |
download | ffmpeg-d0249f1c2e55d4ac48655ccc789833489891bb81.tar.gz |
qtrle: fix the topmost line for 1bit
Signed-off-by: Anton Khirnov <anton@khirnov.net>
CC:libav-stable@libav.org
(cherry picked from commit 89f11f498b9c15bc71494a11a7ec560f4adf630d)
Conflicts:
cmdutils.c
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index cc165bd597..8fa608233a 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -1566,7 +1566,7 @@ 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, qtrle-1bit + * cdgraphics, ansi */ memset(buf->base[0], 128, ret); |