[FFmpeg-soc] [soc]: r2221 - eac3/ac3dec.h

jbr subversion at mplayerhq.hu
Tue May 27 02:45:54 CEST 2008


Author: jbr
Date: Tue May 27 02:45:53 2008
New Revision: 2221

Log:
remove unused variable

Modified:
   eac3/ac3dec.h

Modified: eac3/ac3dec.h
==============================================================================
--- eac3/ac3dec.h	(original)
+++ eac3/ac3dec.h	Tue May 27 02:45:53 2008
@@ -50,12 +50,6 @@
 #define MAX_BLOCKS 6
 #define MAX_SPX_CODES 18
 
-/**
- * table for exponent to scale_factor mapping
- * ff_ac3_scale_factors[i] = 2 ^ -i
- */
-extern float ff_ac3_scale_factors[25];
-
 typedef struct AC3DecodeContext {
     AVCodecContext *avctx;  ///< Parent context
     GetBitContext gbc;      ///< Bitstream reader



More information about the FFmpeg-soc mailing list