changeset 6247:aa954496a445 libavcodec

const
author michael
date Fri, 01 Feb 2008 14:03:56 +0000
parents ce0378d4c06c
children 8705a4d4904f
files rawdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rawdec.c	Fri Feb 01 14:03:47 2008 +0000
+++ b/rawdec.c	Fri Feb 01 14:03:56 2008 +0000
@@ -96,7 +96,7 @@
 
 static int raw_decode(AVCodecContext *avctx,
                             void *data, int *data_size,
-                            uint8_t *buf, int buf_size)
+                            const uint8_t *buf, int buf_size)
 {
     RawVideoContext *context = avctx->priv_data;