Mercurial > libavcodec.hg
changeset 6253:cffdb71f0930 libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 14:15:10 +0000 |
parents | 8f8017bdf4c8 |
children | 5b6f78cd3d50 |
files | sonic.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sonic.c Fri Feb 01 14:10:56 2008 +0000 +++ b/sonic.c Fri Feb 01 14:15:10 2008 +0000 @@ -851,7 +851,7 @@ static int sonic_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { SonicContext *s = avctx->priv_data; GetBitContext gb;