# HG changeset patch # User michael # Date 1201882946 0 # Node ID 9c5eed7cd0ae4004b88fc531a277550fa25430ed # Parent 2100739c6a22bed24078b7a9ef4b3558049dbb63 const diff -r 2100739c6a22 -r 9c5eed7cd0ae zmbv.c --- a/zmbv.c Fri Feb 01 16:21:22 2008 +0000 +++ b/zmbv.c Fri Feb 01 16:22:26 2008 +0000 @@ -391,7 +391,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) { ZmbvContext * const c = avctx->priv_data; uint8_t *outptr;