# HG changeset patch # User michael # Date 1201876604 0 # Node ID 0014e6433d963d0293d0f703793ab7f057532039 # Parent ac7171cbf9314ca90a840c9a12d34cb6948ae3bc const diff -r ac7171cbf931 -r 0014e6433d96 g726.c --- a/g726.c Fri Feb 01 14:36:33 2008 +0000 +++ b/g726.c Fri Feb 01 14:36:44 2008 +0000 @@ -373,7 +373,7 @@ static int g726_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { AVG726Context *c = avctx->priv_data; short *samples = data;