changeset 6282:8c7173e5d08c libavcodec

const
author michael
date Fri, 01 Feb 2008 15:54:28 +0000
parents 56d2853cd7c3
children 2134a0fc46f3
files vp3.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vp3.c	Fri Feb 01 15:54:04 2008 +0000
+++ b/vp3.c	Fri Feb 01 15:54:28 2008 +0000
@@ -2126,7 +2126,7 @@
  */
 static int vp3_decode_frame(AVCodecContext *avctx,
                             void *data, int *data_size,
-                            uint8_t *buf, int buf_size)
+                            const uint8_t *buf, int buf_size)
 {
     Vp3DecodeContext *s = avctx->priv_data;
     GetBitContext gb;