Mercurial > libavcodec.hg
changeset 6260:0014e6433d96 libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 14:36:44 +0000 |
parents | ac7171cbf931 |
children | a0797336b964 |
files | g726.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;