Mercurial > libavcodec.hg
changeset 6236:0ea69b824ce7 libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 04:16:26 +0000 |
parents | d1caba97fc63 |
children | b854bbb8ded9 |
files | flashsv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flashsv.c Fri Feb 01 04:14:46 2008 +0000 +++ b/flashsv.c Fri Feb 01 04:16:26 2008 +0000 @@ -102,7 +102,7 @@ static int flashsv_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { FlashSVContext *s = avctx->priv_data; int h_blocks, v_blocks, h_part, v_part, i, j;