From 0e03ed2eede1690ad1fe92ade1e948b5ec68473c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 14:15:10 +0000 Subject: const Originally committed as revision 11744 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/sonic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/sonic.c b/libavcodec/sonic.c index bff21eb8d2..9e193d469d 100644 --- a/libavcodec/sonic.c +++ b/libavcodec/sonic.c @@ -851,7 +851,7 @@ static int sonic_decode_close(AVCodecContext *avctx) static int sonic_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { SonicContext *s = avctx->priv_data; GetBitContext gb; -- cgit v1.2.3