diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-24 22:57:25 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-24 22:57:25 +0000 |
commit | c5b930e6740102987e0cdbe032a56bb144e3c77a (patch) | |
tree | b8d6a9a54867d9f15db1e9034b5f516f5e452b5a /libavcodec/ac3dec.h | |
parent | e23e4de3aeaef701fbfa1cf6c9b4d76a01f015ff (diff) | |
download | ffmpeg-c5b930e6740102987e0cdbe032a56bb144e3c77a.tar.gz |
1000l to me. committed to wrong repo. revert last commit.
Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r-- | libavcodec/ac3dec.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index d78fa68102..9e44019b14 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -82,7 +82,7 @@ typedef struct { 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 @@ typedef struct { ///@} } 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 */ |