Mercurial > libavcodec.hg
changeset 6267:8af6a717f905 libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 15:10:01 +0000 |
parents | 6e160e75eb9c |
children | ce3cc7f7fb53 |
files | dxa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dxa.c Fri Feb 01 15:08:55 2008 +0000 +++ b/dxa.c Fri Feb 01 15:10:01 2008 +0000 @@ -187,7 +187,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) { DxaDecContext * const c = avctx->priv_data; uint8_t *outptr, *srcptr, *tmpptr;