# HG changeset patch # User michael # Date 1201880667 0 # Node ID a6b0998e45d1c03fa9522144f3d950a916cbe1b7 # Parent 1454981691cb104d6281a615b4a76a10084a2b92 some const diff -r 1454981691cb -r a6b0998e45d1 roqvideodec.c --- a/roqvideodec.c Fri Feb 01 15:43:53 2008 +0000 +++ b/roqvideodec.c Fri Feb 01 15:44:27 2008 +0000 @@ -171,7 +171,7 @@ 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];