mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-19 15:15:12 +08:00
AAC: Reindent after last commit
Originally committed as revision 16251 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1088,7 +1088,7 @@ static int decode_cpe(AACContext * ac, GetBitContext * gb, int elem_id) {
|
|||||||
|
|
||||||
if (common_window) {
|
if (common_window) {
|
||||||
if (ms_present)
|
if (ms_present)
|
||||||
apply_mid_side_stereo(cpe);
|
apply_mid_side_stereo(cpe);
|
||||||
if (ac->m4ac.object_type == AOT_AAC_MAIN) {
|
if (ac->m4ac.object_type == AOT_AAC_MAIN) {
|
||||||
apply_prediction(ac, &cpe->ch[0]);
|
apply_prediction(ac, &cpe->ch[0]);
|
||||||
apply_prediction(ac, &cpe->ch[1]);
|
apply_prediction(ac, &cpe->ch[1]);
|
||||||
|
Reference in New Issue
Block a user