[FFmpeg-soc] [soc]: r2784 - aac/aac.c
superdump
subversion at mplayerhq.hu
Tue Jul 15 12:52:27 CEST 2008
Author: superdump
Date: Tue Jul 15 12:52:26 2008
New Revision: 2784
Log:
Remove unused variable ilo_tmp from output_configure()
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Tue Jul 15 12:52:26 2008
@@ -513,7 +513,7 @@ static int output_configure(AACContext *
AVCodecContext *avctx = ac->avccontext;
ProgramConfig * pcs = &ac->pcs;
int i, j, channels = 0;
- float a, b, *ilo_tmp;
+ float a, b;
ChannelElement *mixdown[3] = { NULL, NULL, NULL };
static const float mixdowncoeff[4] = {
More information about the FFmpeg-soc
mailing list