diff ac3dec.h @ 9607:6d3d3df92a4e libavcodec

ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also not needed for spectral extension or enhanced coupling since it is redundant information, so I am removing it from decode_band_structure() as well.
author jbr
date Wed, 06 May 2009 01:47:34 +0000
parents ba5d9a97ab2f
children 63325f71bd79
line wrap: on
line diff
--- a/ac3dec.h	Tue May 05 23:39:10 2009 +0000
+++ b/ac3dec.h	Wed May 06 01:47:34 2009 +0000
@@ -82,7 +82,6 @@
     int channel_in_cpl[AC3_MAX_CHANNELS];   ///< channel in coupling                    (chincpl)
     int phase_flags_in_use;                 ///< phase flags in use                     (phsflginu)
     int phase_flags[18];                    ///< phase flags                            (phsflg)
-    int num_cpl_subbands;                   ///< number of coupling sub bands           (ncplsubnd)
     int num_cpl_bands;                      ///< number of coupling bands               (ncplbnd)
     uint8_t cpl_band_struct[18];            ///< coupling band structure                (cplbndstrc)
     int firstchincpl;                       ///< first channel in coupling