From b5777b942d3ccfe841ca1e1644c2d5daaadd1ff4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 03:39:15 +0000 Subject: const Originally committed as revision 11711 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aasc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aasc.c') diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c index 2670c8d975..62912a81ae 100644 --- a/libavcodec/aasc.c +++ b/libavcodec/aasc.c @@ -58,7 +58,7 @@ static int aasc_decode_init(AVCodecContext *avctx) static int aasc_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { AascContext *s = avctx->priv_data; int stream_ptr = 4; -- cgit v1.2.3