From da2036c54ef26fb54eb2760be92f767170c9b17f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 14:03:56 +0000 Subject: [PATCH] const Originally committed as revision 11738 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rawdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c index a92168e6e..746840a31 100644 --- a/libavcodec/rawdec.c +++ b/libavcodec/rawdec.c @@ -96,7 +96,7 @@ static void flip(AVCodecContext *avctx, AVPicture * picture){ static int raw_decode(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { RawVideoContext *context = avctx->priv_data; -- 2.11.0