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

libavcodec/wmadec.c

index 740f8b34ea60ffa8646a61c62ff10b472ca62c76..9e195841938ffa590da082cd5f9c8dfcbdcf0663 100644 (file)
@@ -755,7 +755,7 @@ static int wma_decode_frame(WMACodecContext *s, int16_t *samples)
 
 static int wma_decode_superframe(AVCodecContext *avctx,
                                  void *data, int *data_size,
-                                 uint8_t *buf, int buf_size)
+                                 const uint8_t *buf, int buf_size)
 {
     WMACodecContext *s = avctx->priv_data;
     int nb_frames, bit_offset, i, pos, len;