[FFmpeg-cvslog] cmdutils: remove ansi from the list of broken codecs.
Anton Khirnov
git at videolan.org
Wed Feb 6 15:17:19 CET 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jan 26 22:04:49 2013 +0100| [6a399854517f0f89a76651ea53f9b8dea16d3ef2] | committer: Anton Khirnov
cmdutils: remove ansi from the list of broken codecs.
It's not relying on get_buffer() initializing the frame since
99e36ddd3ee57c38e6ca9e240ba518848487f849.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a399854517f0f89a76651ea53f9b8dea16d3ef2
---
cmdutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmdutils.c b/cmdutils.c
index 9aec9ae..360ba39 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:
- * ansi, aasc, fraps-v1, qtrle-1bit
+ * aasc, fraps-v1, qtrle-1bit
*/
memset(buf->base[0], 128, ret);
More information about the ffmpeg-cvslog
mailing list