mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
Reduce number of warnings when compiling with icc by two.
Originally committed as revision 16375 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3a095bee2b
commit
69b38d4dc3
@ -1482,7 +1482,8 @@ static void apply_channel_coupling(AACContext * ac, ChannelElement * cc,
|
||||
* Convert spectral data to float samples, applying all supported tools as appropriate.
|
||||
*/
|
||||
static void spectral_to_sample(AACContext * ac) {
|
||||
int i, type;
|
||||
int i;
|
||||
enum RawDataBlockType type;
|
||||
for(type = 3; type >= 0; type--) {
|
||||
for (i = 0; i < MAX_ELEM_ID; i++) {
|
||||
ChannelElement *che = ac->che[type][i];
|
||||
|
Loading…
Reference in New Issue
Block a user