[FFmpeg-soc] [soc]: r2283 - eac3/ac3dec.h
jbr
subversion at mplayerhq.hu
Sat May 31 17:44:27 CEST 2008
Author: jbr
Date: Sat May 31 17:44:26 2008
New Revision: 2283
Log:
only define spx_in_use when testing spx
Modified:
eac3/ac3dec.h
Modified: eac3/ac3dec.h
==============================================================================
--- eac3/ac3dec.h (original)
+++ eac3/ac3dec.h Sat May 31 17:44:26 2008
@@ -106,9 +106,7 @@ typedef struct AC3DecodeContext {
///@defgroup spx Spectral Extension
int channel_uses_spx[AC3_MAX_CHANNELS]; ///< Channel in spectral extension attenuation process (chinspxatten)
int spx_atten_code[AC3_MAX_CHANNELS]; ///< spectral extension attenuation code (spxattencod)
-#endif
int spx_in_use; ///< spectral extension in use
-#if TEST_SPX
int chinspx[AC3_MAX_CHANNELS]; ///< Channel in spectral extension
int spxstrtf; ///< Spectral extension start copy frequency code
int spxbegf; ///< Spectral extension begin frequency code
More information about the FFmpeg-soc
mailing list