diff mbox series

[FFmpeg-devel,1/3] avcodec/ac3: Remove declaration of inexistent function

Message ID DB6PR0101MB22144BB62A2BFA3E79BA26908FCB9@DB6PR0101MB2214.eurprd01.prod.exchangelabs.com
State Accepted
Commit 996ec1cbe8305c910645812fede9549bb39ccc93
Headers show
Series [FFmpeg-devel,1/3] avcodec/ac3: Remove declaration of inexistent function | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt May 12, 2022, 12:19 p.m. UTC
Removed in 7b11eead1b4e08728561595e6b610cf8fe2b7122.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/ac3.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Andreas Rheinhardt May 13, 2022, 5:04 p.m. UTC | #1
Andreas Rheinhardt:
> Removed in 7b11eead1b4e08728561595e6b610cf8fe2b7122.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@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

Will apply this patchset tomorrow unless there are objections.

- Andreas
diff mbox series

Patch

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