# HG changeset patch # User michael # Date 1201878601 0 # Node ID 8af6a717f905e90cb4efd60a45192e6c8d054de8 # Parent 6e160e75eb9cb3944a00f6bba09e7ddafffbbd36 const diff -r 6e160e75eb9c -r 8af6a717f905 dxa.c --- 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;