comparison vp56.c @ 8304:3cddc18caeca libavcodec

rename Vp56Model to VP56Model for consistency
author aurel
date Fri, 12 Dec 2008 00:51:53 +0000
parents c47323828269
children 8b6bcfa22aa8
comparison
equal deleted inserted replaced
8303:bf6a78c6697b 8304:3cddc18caeca
74 } 74 }
75 75
76 static void vp56_parse_mb_type_models(VP56Context *s) 76 static void vp56_parse_mb_type_models(VP56Context *s)
77 { 77 {
78 VP56RangeCoder *c = &s->c; 78 VP56RangeCoder *c = &s->c;
79 Vp56Model *model = s->modelp; 79 VP56Model *model = s->modelp;
80 int i, ctx, type; 80 int i, ctx, type;
81 81
82 for (ctx=0; ctx<3; ctx++) { 82 for (ctx=0; ctx<3; ctx++) {
83 if (vp56_rac_get_prob(c, 174)) { 83 if (vp56_rac_get_prob(c, 174)) {
84 int idx = vp56_rac_gets(c, 4); 84 int idx = vp56_rac_gets(c, 4);