From b31178c92af4a018094ddeac3fcf42cac7bef408 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 15:44:27 +0000 Subject: some const Originally committed as revision 11773 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/roqvideodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/roqvideodec.c') diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index 43d14a43fd..67687cea9e 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -171,7 +171,7 @@ static int roq_decode_init(AVCodecContext *avctx) static int roq_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { RoqContext *s = avctx->priv_data; int copy= !s->current_frame->data[0]; -- cgit v1.2.3