summaryrefslogtreecommitdiff
path: root/cmdutils.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-01-29 17:19:08 +0100
committerAnton Khirnov <anton@khirnov.net>2013-02-06 10:21:52 +0100
commit2cd4068071b9a8908823a3107f97e938211045ce (patch)
tree80926438d7e983628e2c19adc75abcbb0d09bca5 /cmdutils.c
parentda7baaaae79b4d7d715d35ea6bcfbdd149edc177 (diff)
fraps: fix off-by one bug for version 1.
CC:libav-stable@libav.org
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 dbe22e3ea4..a9523aec74 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:
- * fraps-v1, qtrle-1bit
+ * qtrle-1bit
*/
memset(buf->base[0], 128, ret);