diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-12 10:52:20 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-15 18:13:55 +0200 |
commit | 996ec1cbe8305c910645812fede9549bb39ccc93 (patch) | |
tree | d42211cabad4bf565281dd489ac6af9427e6c59e | |
parent | 163e737c1793eeea9c2df15298253ffc04906afe (diff) | |
download | ffmpeg-996ec1cbe8305c910645812fede9549bb39ccc93.tar.gz |
avcodec/ac3: Remove declaration of inexistent function
Removed in 7b11eead1b4e08728561595e6b610cf8fe2b7122.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/ac3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index dabd49f4cc..8e66d47629 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -214,8 +214,6 @@ typedef enum { EAC3_FRAME_TYPE_RESERVED } EAC3FrameType; -void ff_ac3_common_init(void); - /** * Calculate the log power-spectral density of the input signal. * This gives a rough estimate of signal power in the frequency domain by using |