Mercurial > libavcodec.hg
changeset 6301:9c5eed7cd0ae libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 16:22:26 +0000 |
parents | 2100739c6a22 |
children | 81be720492ac |
files | zmbv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;