[FFmpeg-soc] [soc]: r3661 - aacenc/aacpsy.c
kostya
subversion at mplayerhq.hu
Thu Aug 28 13:40:26 CEST 2008
Author: kostya
Date: Thu Aug 28 13:40:26 2008
New Revision: 3661
Log:
Remove unused variable
Modified:
aacenc/aacpsy.c
Modified: aacenc/aacpsy.c
==============================================================================
--- aacenc/aacpsy.c (original)
+++ aacenc/aacpsy.c Thu Aug 28 13:40:26 2008
@@ -465,7 +465,6 @@ static void psy_3gpp_process(AACPsyConte
{
int start;
int ch, w, g, i;
- int prev_scale;
Psy3gppContext *pctx = (Psy3gppContext*) apc->model_priv_data;
float pe_target;
int bits_avail;
More information about the FFmpeg-soc
mailing list