diff vp56.c @ 6297:1b91ce6c758c libavcodec

const
author michael
date Fri, 01 Feb 2008 16:16:40 +0000
parents 1643aa6ac147
children 48759bfbd073
line wrap: on
line diff
--- a/vp56.c	Fri Feb 01 16:14:32 2008 +0000
+++ b/vp56.c	Fri Feb 01 16:16:40 2008 +0000
@@ -495,7 +495,7 @@
 }
 
 int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
-                      uint8_t *buf, int buf_size)
+                      const uint8_t *buf, int buf_size)
 {
     vp56_context_t *s = avctx->priv_data;
     AVFrame *const p = s->framep[VP56_FRAME_CURRENT];