diff ac3dec.h @ 10021:f6c433eacc5a libavcodec

Use coupling band sizes instead of coupling band structure when calculating coupling transform coefficients.
author jbr
date Wed, 05 Aug 2009 01:00:41 +0000
parents 63325f71bd79
children e60ed9255bf4
line wrap: on
line diff
--- a/ac3dec.h	Tue Aug 04 21:55:47 2009 +0000
+++ b/ac3dec.h	Wed Aug 05 01:00:41 2009 +0000
@@ -83,6 +83,7 @@
     int phase_flags[18];                    ///< phase flags                            (phsflg)
     int num_cpl_bands;                      ///< number of coupling bands               (ncplbnd)
     uint8_t cpl_band_struct[18];            ///< coupling band structure                (cplbndstrc)
+    uint8_t cpl_band_sizes[18];             ///< number of coeffs in each coupling band
     int firstchincpl;                       ///< first channel in coupling
     int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states      (firstcplcos)
     int cpl_coords[AC3_MAX_CHANNELS][18];   ///< coupling coordinates                   (cplco)