Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
6a399854
Commit
6a399854
authored
Jan 26, 2013
by
Anton Khirnov
Browse files
cmdutils: remove ansi from the list of broken codecs.
It's not relying on get_buffer() initializing the frame since
99e36ddd
.
parent
238614de
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmdutils.c
View file @
6a399854
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment