From cd5a654ed54a0ce771a790865ddb5e48d8df28d2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 14:37:36 +0000 Subject: const Originally committed as revision 11752 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/adxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/adxdec.c') diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c index cc7ca5ffcf..851badbee6 100644 --- a/libavcodec/adxdec.c +++ b/libavcodec/adxdec.c @@ -96,7 +96,7 @@ static int adx_decode_header(AVCodecContext *avctx,const unsigned char *buf,size static int adx_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf0, int buf_size) + const uint8_t *buf0, int buf_size) { ADXContext *c = avctx->priv_data; short *samples = data; -- cgit v1.2.3