comparison vp56.c @ 8300:c47323828269 libavcodec

cosmetics: vertical alignment
author aurel
date Thu, 11 Dec 2008 23:00:58 +0000
parents 524cb7f5ad2b
children 3cddc18caeca
comparison
equal deleted inserted replaced
8299:524cb7f5ad2b 8300:c47323828269
143 } 143 }
144 } 144 }
145 } 145 }
146 146
147 static VP56mb vp56_parse_mb_type(VP56Context *s, 147 static VP56mb vp56_parse_mb_type(VP56Context *s,
148 VP56mb prev_type, int ctx) 148 VP56mb prev_type, int ctx)
149 { 149 {
150 uint8_t *mb_type_model = s->modelp->mb_type[ctx][prev_type]; 150 uint8_t *mb_type_model = s->modelp->mb_type[ctx][prev_type];
151 VP56RangeCoder *c = &s->c; 151 VP56RangeCoder *c = &s->c;
152 152
153 if (vp56_rac_get_prob(c, mb_type_model[0])) 153 if (vp56_rac_get_prob(c, mb_type_model[0]))