aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/eac3enc.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-04-07 20:04:20 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-04-11 12:53:26 +0200
commit28ffc39808f6e203291430515b22b7b6d1755329 (patch)
treea4d12e09ca2fca1ae0d73c112378dac8373ea077 /libavcodec/eac3enc.h
parent2281ab5c24448782886513cc07cff6aaa6b85bfc (diff)
downloadffmpeg-28ffc39808f6e203291430515b22b7b6d1755329.tar.gz
avcodec/ac3enc: Move EAC-3 specific initialization to eac3enc.c
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/eac3enc.h')
-rw-r--r--libavcodec/eac3enc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/eac3enc.h b/libavcodec/eac3enc.h
index 7d6155975d..0523de411b 100644
--- a/libavcodec/eac3enc.h
+++ b/libavcodec/eac3enc.h
@@ -30,11 +30,6 @@
#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);
@@ -46,9 +41,4 @@ void ff_eac3_get_frame_exp_strategy(AC3EncodeContext *s);
*/
void ff_eac3_set_cpl_states(AC3EncodeContext *s);
-/**
- * Write the E-AC-3 frame header to the output bitstream.
- */
-void ff_eac3_output_frame_header(AC3EncodeContext *s);
-
#endif /* AVCODEC_EAC3ENC_H */