[FFmpeg-devel] [PATCH 1/3] avcodec/ac3: Remove declaration of inexistent function
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Thu May 12 15:19:43 EEST 2022
Removed in 7b11eead1b4e08728561595e6b610cf8fe2b7122.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavcodec/ac3.h | 2 --
1 file changed, 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
--
2.32.0
More information about the ffmpeg-devel
mailing list