Cosmetics: Re-indent after last commit
Originally committed as revision 19175 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -565,15 +565,15 @@ static int decode_ics_info(AACContext * ac, IndividualChannelStream * ics, GetBi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ics->num_windows = 8;
|
ics->num_windows = 8;
|
||||||
ics->swb_offset = ff_swb_offset_128[ac->m4ac.sampling_index];
|
ics->swb_offset = ff_swb_offset_128[ac->m4ac.sampling_index];
|
||||||
ics->num_swb = ff_aac_num_swb_128[ac->m4ac.sampling_index];
|
ics->num_swb = ff_aac_num_swb_128[ac->m4ac.sampling_index];
|
||||||
ics->tns_max_bands = ff_tns_max_bands_128[ac->m4ac.sampling_index];
|
ics->tns_max_bands = ff_tns_max_bands_128[ac->m4ac.sampling_index];
|
||||||
ics->predictor_present = 0;
|
ics->predictor_present = 0;
|
||||||
} else {
|
} else {
|
||||||
ics->max_sfb = get_bits(gb, 6);
|
ics->max_sfb = get_bits(gb, 6);
|
||||||
ics->num_windows = 1;
|
ics->num_windows = 1;
|
||||||
ics->swb_offset = ff_swb_offset_1024[ac->m4ac.sampling_index];
|
ics->swb_offset = ff_swb_offset_1024[ac->m4ac.sampling_index];
|
||||||
ics->num_swb = ff_aac_num_swb_1024[ac->m4ac.sampling_index];
|
ics->num_swb = ff_aac_num_swb_1024[ac->m4ac.sampling_index];
|
||||||
ics->tns_max_bands = ff_tns_max_bands_1024[ac->m4ac.sampling_index];
|
ics->tns_max_bands = ff_tns_max_bands_1024[ac->m4ac.sampling_index];
|
||||||
ics->predictor_present = get_bits1(gb);
|
ics->predictor_present = get_bits1(gb);
|
||||||
ics->predictor_reset_group = 0;
|
ics->predictor_reset_group = 0;
|
||||||
|
Reference in New Issue
Block a user