Mercurial > libavcodec.hg
diff vorbis_dec.c @ 6292:97a875069d54 libavcodec
const
| author | michael |
|---|---|
| date | Fri, 01 Feb 2008 16:07:11 +0000 |
| parents | 2b0d16689147 |
| children | 48759bfbd073 |
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);
