diff cljr.c @ 6229:042a48b6de72 libavcodec

const
author michael
date Fri, 01 Feb 2008 03:59:06 +0000
parents 2b72f9bc4f06
children c32be43b52b2
line wrap: on
line diff
--- a/cljr.c	Fri Feb 01 03:54:08 2008 +0000
+++ b/cljr.c	Fri Feb 01 03:59:06 2008 +0000
@@ -37,7 +37,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)
 {
     CLJRContext * const a = avctx->priv_data;
     AVFrame *picture = data;