From ffb52962d0cefed4a7339820f2919c89af65314e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 15:53:25 +0000 Subject: [PATCH] some const Originally committed as revision 11774 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq1dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c index 4acf9eb..099c185 100644 --- a/libavcodec/svq1dec.c +++ b/libavcodec/svq1dec.c @@ -641,7 +641,7 @@ static int svq1_decode_frame_header (GetBitContext *bitbuf,MpegEncContext *s) { static int svq1_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { MpegEncContext *s=avctx->priv_data; uint8_t *current, *previous; -- 2.7.4