comparison vp6.c @ 6297:1b91ce6c758c libavcodec

const
author michael
date Fri, 01 Feb 2008 16:16:40 +0000
parents 3413fce9e26a
children 7fa807dd7958
comparison
equal deleted inserted replaced
6296:8624c08b6c54 6297:1b91ce6c758c
39 39
40 40
41 static void vp6_parse_coeff(vp56_context_t *s); 41 static void vp6_parse_coeff(vp56_context_t *s);
42 static void vp6_parse_coeff_huffman(vp56_context_t *s); 42 static void vp6_parse_coeff_huffman(vp56_context_t *s);
43 43
44 static int vp6_parse_header(vp56_context_t *s, uint8_t *buf, int buf_size, 44 static int vp6_parse_header(vp56_context_t *s, const uint8_t *buf, int buf_size,
45 int *golden_frame) 45 int *golden_frame)
46 { 46 {
47 vp56_range_coder_t *c = &s->c; 47 vp56_range_coder_t *c = &s->c;
48 int parse_filter_info = 0; 48 int parse_filter_info = 0;
49 int coeff_offset = 0; 49 int coeff_offset = 0;