Mercurial > libavcodec.hg
changeset 8414:3030aa991ed1 libavcodec
AAC: Reindent after last commit
author | superdump |
---|---|
date | Sun, 21 Dec 2008 05:32:55 +0000 |
parents | 6f40f7d77263 |
children | 938824a1f42f |
files | aac.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/aac.c Sun Dec 21 05:28:14 2008 +0000 +++ b/aac.c Sun Dec 21 05:32:55 2008 +0000 @@ -1088,7 +1088,7 @@ 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]);