Mercurial > libavcodec.hg
changeset 8502:e6909fa99317 libavcodec
Revert r16375: It broke aac decoding.
author | cehoyos |
---|---|
date | Sun, 28 Dec 2008 20:08:39 +0000 |
parents | 1c02d905f93e |
children | 7c82ed8d4824 |
files | aac.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/aac.c Sun Dec 28 19:48:43 2008 +0000 +++ b/aac.c Sun Dec 28 20:08:39 2008 +0000 @@ -1482,8 +1482,7 @@ * Convert spectral data to float samples, applying all supported tools as appropriate. */ static void spectral_to_sample(AACContext * ac) { - int i; - enum RawDataBlockType type; + int i, type; for(type = 3; type >= 0; type--) { for (i = 0; i < MAX_ELEM_ID; i++) { ChannelElement *che = ac->che[type][i];