[FFmpeg-soc] [soc]: r3323 - aac/aac.c

superdump subversion at mplayerhq.hu
Fri Aug 15 13:31:14 CEST 2008


Author: superdump
Date: Fri Aug 15 13:31:14 2008
New Revision: 3323

Log:
Remove unnecessary initialisation


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Fri Aug 15 13:31:14 2008
@@ -726,7 +726,7 @@ static void decode_pulses(Pulse * pulse,
  */
 static int decode_tns(AACContext * ac, TemporalNoiseShaping * tns,
         GetBitContext * gb, const IndividualChannelStream * ics) {
-    int w, filt, i, coef_len, coef_res = 0, coef_compress;
+    int w, filt, i, coef_len, coef_res, coef_compress;
     const int is8 = ics->window_sequence[0] == EIGHT_SHORT_SEQUENCE;
     const int tns_max_order = is8 ? 7 : ac->m4ac.object_type == AOT_AAC_MAIN ? 20 : 12;
     for (w = 0; w < ics->num_windows; w++) {



More information about the FFmpeg-soc mailing list