mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
indention
Originally committed as revision 10976 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dfb32930df
commit
8590bcc3cd
@ -1234,17 +1234,17 @@ static int vc1_parse_frame_header(VC1Context *v, GetBitContext* gb)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!v->x8_type)
|
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)
|
|
||||||
{
|
{
|
||||||
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) {
|
if(v->s.pict_type == BI_TYPE) {
|
||||||
v->s.pict_type = B_TYPE;
|
v->s.pict_type = B_TYPE;
|
||||||
|
Loading…
Reference in New Issue
Block a user