comparison vp5.c @ 6297:1b91ce6c758c libavcodec

const
author michael
date Fri, 01 Feb 2008 16:16:40 +0000
parents 51918cb97f6f
children 7fa807dd7958
comparison
equal deleted inserted replaced
6296:8624c08b6c54 6297:1b91ce6c758c
32 #include "vp56.h" 32 #include "vp56.h"
33 #include "vp56data.h" 33 #include "vp56data.h"
34 #include "vp5data.h" 34 #include "vp5data.h"
35 35
36 36
37 static int vp5_parse_header(vp56_context_t *s, uint8_t *buf, int buf_size, 37 static int vp5_parse_header(vp56_context_t *s, const uint8_t *buf, int buf_size,
38 int *golden_frame) 38 int *golden_frame)
39 { 39 {
40 vp56_range_coder_t *c = &s->c; 40 vp56_range_coder_t *c = &s->c;
41 int rows, cols; 41 int rows, cols;
42 42