const
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 1 Feb 2008 15:54:28 +0000 (15:54 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 1 Feb 2008 15:54:28 +0000 (15:54 +0000)
Originally committed as revision 11776 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vp3.c

index 1bc4c39aed3534dfcca4f4d537fb1dedc65e804a..387d39b4960e49fee1b31068afd84ac8f8a45345 100644 (file)
@@ -2126,7 +2126,7 @@ static int vp3_decode_init(AVCodecContext *avctx)
  */
 static int vp3_decode_frame(AVCodecContext *avctx,
                             void *data, int *data_size,
-                            uint8_t *buf, int buf_size)
+                            const uint8_t *buf, int buf_size)
 {
     Vp3DecodeContext *s = avctx->priv_data;
     GetBitContext gb;