summaryrefslogtreecommitdiff
path: root/cmdutils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-06 14:53:49 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-06 14:53:49 +0100
commit6e9f3f3b6522a8c1440bab66c8a2d85791fd12f7 (patch)
tree502e9b517e24b857069884bda22575eaf9c2779c /cmdutils.c
parentfadf845973aeb47d1b0bf3eac552394fd8a71437 (diff)
parent238614de679a71970c20d7c3fee08a322967ec40 (diff)
Merge commit '238614de679a71970c20d7c3fee08a322967ec40'
* commit '238614de679a71970c20d7c3fee08a322967ec40': cdgraphics: do not rely on get_buffer() initializing the frame. svq1: replace struct svq1_frame_size with an array. vf_yadif: silence a warning. Conflicts: libavcodec/svq1dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index 9d916e7416..88f73a985d 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -1856,7 +1856,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, aasc, fraps-v1, qtrle-1bit
+ * ansi, aasc, fraps-v1, qtrle-1bit
*/
memset(buf->base[0], 128, ret);