const
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 1 Feb 2008 16:21:22 +0000 (16:21 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 1 Feb 2008 16:21:22 +0000 (16:21 +0000)
Originally committed as revision 11794 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/xl.c

index e7dd792..b48a369 100644 (file)
@@ -40,7 +40,7 @@ static const int xl_table[32] = {
 
 static int decode_frame(AVCodecContext *avctx,
                         void *data, int *data_size,
-                        uint8_t *buf, int buf_size)
+                        const uint8_t *buf, int buf_size)
 {
     VideoXLContext * const a = avctx->priv_data;
     AVFrame * const p= (AVFrame*)&a->pic;