git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
238614d
)
cmdutils: remove ansi from the list of broken codecs.
author
Anton Khirnov
<anton@khirnov.net>
Sat, 26 Jan 2013 21:04:49 +0000
(22:04 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Wed, 6 Feb 2013 09:21:52 +0000
(10:21 +0100)
It's not relying on get_buffer() initializing the frame since
99e36ddd3ee57c38e6ca9e240ba518848487f849
.
cmdutils.c
patch
|
blob
|
history
diff --git
a/cmdutils.c
b/cmdutils.c
index
9aec9ae
..
360ba39
100644
(file)
--- 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:
- * a
nsi, a
asc, fraps-v1, qtrle-1bit
+ * aasc, fraps-v1, qtrle-1bit
*/
memset(buf->base[0], 128, ret);