Commit 2c4697b9 authored by michael's avatar michael

const


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11795 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5bcb5ff8
...@@ -391,7 +391,7 @@ static int zmbv_decode_intra(ZmbvContext *c) ...@@ -391,7 +391,7 @@ static int zmbv_decode_intra(ZmbvContext *c)
return 0; 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; ZmbvContext * const c = avctx->priv_data;
uint8_t *outptr; uint8_t *outptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment