Mercurial > libavcodec.hg
changeset 6296:8624c08b6c54 libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 16:14:32 +0000 |
parents | d256d072f23d |
children | 1b91ce6c758c |
files | wmadec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wmadec.c Fri Feb 01 16:13:16 2008 +0000 +++ b/wmadec.c Fri Feb 01 16:14:32 2008 +0000 @@ -755,7 +755,7 @@ static int wma_decode_superframe(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { WMACodecContext *s = avctx->priv_data; int nb_frames, bit_offset, i, pos, len;