diff mdec.c @ 6220:0ed0d9d578ad libavcodec

const
author michael
date Fri, 01 Feb 2008 03:34:43 +0000
parents da1e68b0e975
children 493dc59d469a
line wrap: on
line diff
--- a/mdec.c	Fri Feb 01 03:29:43 2008 +0000
+++ b/mdec.c	Fri Feb 01 03:34:43 2008 +0000
@@ -158,7 +158,7 @@
 
 static int decode_frame(AVCodecContext *avctx,
                         void *data, int *data_size,
-                        uint8_t *buf, int buf_size)
+                        const uint8_t *buf, int buf_size)
 {
     MDECContext * const a = avctx->priv_data;
     AVFrame *picture = data;