From 67d9ca0c00f0e00b928c29c7c78c760aa91eb844 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 15:58:47 +0000 Subject: [PATCH] const Originally committed as revision 11781 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 1ab207961e..f08b12d90b 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -287,7 +287,7 @@ static int tta_decode_init(AVCodecContext * avctx) static int tta_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { TTAContext *s = avctx->priv_data; int i;