Mercurial > libavcodec.hg
diff ac3dec.h @ 10022:e60ed9255bf4 libavcodec
Modify decode_band_structure() so that the actual band structure is only
used within the function. This removes the need to have the coupling band
structure stored in the AC3DecodeContext.
| author | jbr |
|---|---|
| date | Wed, 05 Aug 2009 01:13:42 +0000 |
| parents | f6c433eacc5a |
| children | 652e08aa95fd |
line wrap: on
line diff
--- a/ac3dec.h Wed Aug 05 01:00:41 2009 +0000 +++ b/ac3dec.h Wed Aug 05 01:13:42 2009 +0000 @@ -82,7 +82,6 @@ int phase_flags_in_use; ///< phase flags in use (phsflginu) 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)
