diff vp6.c @ 6297:1b91ce6c758c libavcodec

const
author michael
date Fri, 01 Feb 2008 16:16:40 +0000
parents 3413fce9e26a
children 7fa807dd7958
line wrap: on
line diff
--- a/vp6.c	Fri Feb 01 16:14:32 2008 +0000
+++ b/vp6.c	Fri Feb 01 16:16:40 2008 +0000
@@ -41,7 +41,7 @@
 static void vp6_parse_coeff(vp56_context_t *s);
 static void vp6_parse_coeff_huffman(vp56_context_t *s);
 
-static int vp6_parse_header(vp56_context_t *s, uint8_t *buf, int buf_size,
+static int vp6_parse_header(vp56_context_t *s, const uint8_t *buf, int buf_size,
                             int *golden_frame)
 {
     vp56_range_coder_t *c = &s->c;