# HG changeset patch # User michael # Date 1194644981 0 # Node ID efc1e9a016714c621d969d4a90c66fa60d9b4837 # Parent d0bfc0b00d6c91deffb75044c677cde0ae53a0e4 indention diff -r d0bfc0b00d6c -r efc1e9a01671 vc1.c --- a/vc1.c Fri Nov 09 21:47:36 2007 +0000 +++ b/vc1.c Fri Nov 09 21:49:41 2007 +0000 @@ -1234,17 +1234,17 @@ break; } - if(!v->x8_type) - { - /* AC Syntax */ - v->c_ac_table_index = decode012(gb); - if (v->s.pict_type == I_TYPE || v->s.pict_type == BI_TYPE) + if(!v->x8_type) { - v->y_ac_table_index = decode012(gb); + /* AC Syntax */ + v->c_ac_table_index = decode012(gb); + if (v->s.pict_type == I_TYPE || v->s.pict_type == BI_TYPE) + { + v->y_ac_table_index = decode012(gb); + } + /* DC Syntax */ + v->s.dc_table_index = get_bits1(gb); } - /* DC Syntax */ - v->s.dc_table_index = get_bits1(gb); - } if(v->s.pict_type == BI_TYPE) { v->s.pict_type = B_TYPE;