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

superdump subversion at mplayerhq.hu
Sun Jul 6 17:27:58 CEST 2008


Author: superdump
Date: Sun Jul  6 17:27:58 2008
New Revision: 2707

Log:
Remove unnecessary comment as independent coupling should be supported


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Sun Jul  6 17:27:58 2008
@@ -1429,8 +1429,6 @@ static int decode_cce(AACContext * ac, G
     coup = &ac->che[ID_CCE][id]->coup;
 
     coup->is_indep_coup = get_bits1(gb);
-    //if (coup->is_indep_coup)
-    //    av_log(ac->avccontext, AV_LOG_ERROR, "aac: independently switched coupling\n");
     coup->num_coupled = get_bits(gb, 3);
     for (c = 0; c <= coup->num_coupled; c++) {
         num_gain++;



More information about the FFmpeg-soc mailing list