Commit c7b75b35 authored by superdump's avatar superdump

AAC: Reindent after last commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16251 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0105c185
......@@ -1088,7 +1088,7 @@ static int decode_cpe(AACContext * ac, GetBitContext * gb, int elem_id) {
if (common_window) {
if (ms_present)
apply_mid_side_stereo(cpe);
apply_mid_side_stereo(cpe);
if (ac->m4ac.object_type == AOT_AAC_MAIN) {
apply_prediction(ac, &cpe->ch[0]);
apply_prediction(ac, &cpe->ch[1]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment