diff vp5.c @ 6297:1b91ce6c758c libavcodec

const
author michael
date Fri, 01 Feb 2008 16:16:40 +0000
parents 51918cb97f6f
children 7fa807dd7958
line wrap: on
line diff
--- a/vp5.c	Fri Feb 01 16:14:32 2008 +0000
+++ b/vp5.c	Fri Feb 01 16:16:40 2008 +0000
@@ -34,7 +34,7 @@
 #include "vp5data.h"
 
 
-static int vp5_parse_header(vp56_context_t *s, uint8_t *buf, int buf_size,
+static int vp5_parse_header(vp56_context_t *s, const uint8_t *buf, int buf_size,
                             int *golden_frame)
 {
     vp56_range_coder_t *c = &s->c;