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

andoma subversion at mplayerhq.hu
Thu Apr 3 08:39:35 CEST 2008


Author: andoma
Date: Thu Apr  3 08:39:34 2008
New Revision: 2072

Log:
Remove redundant zero assignment.



Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Thu Apr  3 08:39:34 2008
@@ -666,9 +666,6 @@ static int program_config_element(AACCon
     if (get_bits1(gb)) {
         pcs.mixdown_coeff_index = get_bits(gb, 2);
         pcs.pseudo_surround     = get_bits1(gb);
-    } else {
-        pcs.mixdown_coeff_index = 0;
-        pcs.pseudo_surround     = 0;
     }
 
     program_config_element_parse_tags(gb, pcs.cpe_type, pcs.sce_type, num_front, AAC_CHANNEL_FRONT);



More information about the FFmpeg-soc mailing list