summaryrefslogtreecommitdiffstats
path: root/libavcodec/eac3enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/eac3enc.h')
-rw-r--r--libavcodec/eac3enc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libavcodec/eac3enc.h b/libavcodec/eac3enc.h
index eacb8cf..a92a24c 100644
--- a/libavcodec/eac3enc.h
+++ b/libavcodec/eac3enc.h
@@ -30,6 +30,16 @@
#include "ac3enc.h"
/**
+ * Initialize E-AC-3 exponent tables.
+ */
+void ff_eac3_exponent_init(void);
+
+/**
+ * Determine frame exponent strategy use and indices.
+ */
+void ff_eac3_get_frame_exp_strategy(AC3EncodeContext *s);
+
+/**
* Set coupling states.
* This determines whether certain flags must be written to the bitstream or
* whether they will be implicitly already known by the decoder.
OpenPOWER on IntegriCloud