# HG changeset patch # User michael # Date 1201876656 0 # Node ID a0797336b964dda79a2925743ba362cdd86f2531 # Parent 0014e6433d963d0293d0f703793ab7f057532039 const diff -r 0014e6433d96 -r a0797336b964 adxdec.c --- a/adxdec.c Fri Feb 01 14:36:44 2008 +0000 +++ b/adxdec.c Fri Feb 01 14:37:36 2008 +0000 @@ -96,7 +96,7 @@ static int adx_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf0, int buf_size) + const uint8_t *buf0, int buf_size) { ADXContext *c = avctx->priv_data; short *samples = data;