diff ac3dec.h @ 7685:c4b959c09dff libavcodec

1000l to me. committed to wrong repo. revert last commit.
author jbr
date Sun, 24 Aug 2008 22:57:25 +0000
parents 5f24c8606623
children 3c531ec92268
line wrap: on
line diff
--- a/ac3dec.h	Sun Aug 24 22:55:08 2008 +0000
+++ b/ac3dec.h	Sun Aug 24 22:57:25 2008 +0000
@@ -82,7 +82,7 @@
     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 cpl_band_struct[18];                ///< coupling band structure                (cplbndstrc)
     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)
@@ -168,16 +168,4 @@
 ///@}
 } AC3DecodeContext;
 
-/**
- * Parse the E-AC-3 frame header.
- * This parses both the bit stream info and audio frame header.
- */
-int ff_eac3_parse_header(AC3DecodeContext *s);
-
-/**
- * Decode mantissas in a single channel for the entire frame.
- * This is used when AHT mode is enabled.
- */
-void ff_eac3_decode_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch);
-
 #endif /* FFMPEG_AC3DEC_H */