summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-01 16:22:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-01 16:22:26 +0000
commit31d889ec0a80901215b33210221dce530823ea3a (patch)
tree42c3e9f408df83f0da28285f17de36fddfe0437d /libavcodec/zmbv.c
parent896b438915c656b877901a8514e70bfcd1915390 (diff)
const
Originally committed as revision 11795 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/zmbv.c')
-rw-r--r--libavcodec/zmbv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c
index 76d8b654a3..1eb8ef00a1 100644
--- a/libavcodec/zmbv.c
+++ b/libavcodec/zmbv.c
@@ -391,7 +391,7 @@ static int zmbv_decode_intra(ZmbvContext *c)
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;