# HG changeset patch # User michael # Date 1201874636 0 # Node ID aa954496a445afdcd864bd037e14ce49ef6c5c9b # Parent ce0378d4c06c4919c45a40fe855ff50cae915dfa const diff -r ce0378d4c06c -r aa954496a445 rawdec.c --- a/rawdec.c Fri Feb 01 14:03:47 2008 +0000 +++ b/rawdec.c Fri Feb 01 14:03:56 2008 +0000 @@ -96,7 +96,7 @@ 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;