# HG changeset patch # User michael # Date 1201872761 0 # Node ID 7100aeea042ec920180ae71825d7872d5be6af65 # Parent b854bbb8ded9c7f8201127a0f84312c203af9242 const diff -r b854bbb8ded9 -r 7100aeea042e h261dec.c --- a/h261dec.c Fri Feb 01 04:17:56 2008 +0000 +++ b/h261dec.c Fri Feb 01 13:32:41 2008 +0000 @@ -540,7 +540,7 @@ static int h261_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { H261Context *h= avctx->priv_data; MpegEncContext *s = &h->s;