Mercurial > libavcodec.hg
changeset 6292:97a875069d54 libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 16:07:11 +0000 |
parents | d498d28aa9da |
children | 2084ab75b08f |
files | vorbis_dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vorbis_dec.c Fri Feb 01 16:06:40 2008 +0000 +++ b/vorbis_dec.c Fri Feb 01 16:07:11 2008 +0000 @@ -1579,7 +1579,7 @@ static int vorbis_decode_frame(AVCodecContext *avccontext, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { vorbis_context *vc = avccontext->priv_data ; GetBitContext *gb = &(vc->gb);