Mercurial > libavcodec.hg
changeset 6255:80148ad7bb3c libavcodec
some const
author | michael |
---|---|
date | Fri, 01 Feb 2008 14:18:09 +0000 |
parents | 5b6f78cd3d50 |
children | e7c178d397ea |
files | snow.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/snow.c Fri Feb 01 14:16:08 2008 +0000 +++ b/snow.c Fri Feb 01 14:18:09 2008 +0000 @@ -4567,7 +4567,7 @@ return 0; } -static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size){ +static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size){ SnowContext *s = avctx->priv_data; RangeCoder * const c= &s->c; int bytes_read;