diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-01-18 15:45:47 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-16 10:47:11 -0500 |
commit | f320fb894c695044ef15239d27844d9ac01c9d16 (patch) | |
tree | 5458cacb00c378f6d4dfe95bde29d07cfc0846e0 /avconv.c | |
parent | f3a094f2da26f62f3461e78a22b115ab8a700b8d (diff) | |
download | ffmpeg-f320fb894c695044ef15239d27844d9ac01c9d16.tar.gz |
bethsoftvid: pass palette in side data instead of in a separate packet.
Update FATE reference to account for now non-existent palette packet.
This also fixes the FATE test if frame data is not initialized in
get_buffer(), so update comment in avconv accordingly.
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -449,7 +449,7 @@ static int alloc_buffer(InputStream *ist, FrameBuffer **pbuf) /* 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: - * bethsoft-vid, cdgraphics, ansi, aasc, fraps-v1, qtrle-1bit + * cdgraphics, ansi, aasc, fraps-v1, qtrle-1bit */ memset(buf->base[0], 128, ret); |