[FFmpeg-cvslog] r14991 - trunk/libavcodec/ac3dec.h

jbr subversion
Wed Aug 27 03:47:04 CEST 2008


Author: jbr
Date: Wed Aug 27 03:47:03 2008
New Revision: 14991

Log:
add definitions and documentation for shared functions for E-AC-3 decoding

Modified:
   trunk/libavcodec/ac3dec.h

Modified: trunk/libavcodec/ac3dec.h
==============================================================================
--- trunk/libavcodec/ac3dec.h	(original)
+++ trunk/libavcodec/ac3dec.h	Wed Aug 27 03:47:03 2008
@@ -168,4 +168,16 @@ 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 */




More information about the ffmpeg-cvslog mailing list