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

jbr subversion at mplayerhq.hu
Sun Jan 6 01:17:16 CET 2008


Author: jbr
Date: Sun Jan  6 01:17:16 2008
New Revision: 1769

Log:
add more sections of code to spectral extension testing

Modified:
   eac3/eac3dec.c

Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c	(original)
+++ eac3/eac3dec.c	Sun Jan  6 01:17:16 2008
@@ -56,7 +56,7 @@ static void log_missing_feature(AVCodecC
             "mailing list.\n", log);
 }
 
-#if 0
+#if TEST_SPX
 static void spectral_extension(AC3DecodeContext *s){
     //Now turned off, because there are no samples for testing it.
     int copystartmant, copyendmant, copyindex, insertindex;
@@ -1196,7 +1196,7 @@ int ff_eac3_parse_audio_block(AC3DecodeC
         return -1;
     }
 
-#if 0
+#if TEST_SPX
     //apply spectral extension
     if (s->spx_in_use)
         spectral_extension(s);



More information about the FFmpeg-soc mailing list