[FFmpeg-soc] [soc]: r1561 - eac3/eac3dec.c

jbr subversion at mplayerhq.hu
Fri Dec 14 04:00:12 CET 2007


Author: jbr
Date: Fri Dec 14 04:00:12 2007
New Revision: 1561

Log:
comment-out all spectral extension code until the feature is fully implemented

Modified:
   eac3/eac3dec.c

Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c	(original)
+++ eac3/eac3dec.c	Fri Dec 14 04:00:12 2007
@@ -777,6 +777,7 @@ static int parse_audblk(GetBitContext *g
         }
     }
 
+#if 0
     /* Spectral extension coordinates */
     if (s->spxinu) {
         for (ch = 1; ch <= s->nfchans; ch++) {
@@ -815,6 +816,8 @@ static int parse_audblk(GetBitContext *g
             }
         }
     }
+#endif
+
     /* Coupling strategy and enhanced coupling strategy information */
     if (s->cplstre[blk]) {
         if (s->cplinu[blk]) {



More information about the FFmpeg-soc mailing list