Mercurial > libavcodec.hg
changeset 6235:d1caba97fc63 libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 04:14:46 +0000 |
parents | 5d82b4e8a7f3 |
children | 0ea69b824ce7 |
files | flac.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flac.c Fri Feb 01 04:14:04 2008 +0000 +++ b/flac.c Fri Feb 01 04:14:46 2008 +0000 @@ -590,7 +590,7 @@ static int flac_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { FLACContext *s = avctx->priv_data; int tmp = 0, i, j = 0, input_buf_size = 0;