diff mbox series

[FFmpeg-devel] avcodec/dca_core: Remove unused emms.h inclusion

Message ID AS8P250MB0744D23F2360146B9AAF9D5F8F4B2@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit ce7c90ff82afc3c147f7e277e8ddb006640eb98a
Headers show
Series [FFmpeg-devel] avcodec/dca_core: Remove unused emms.h inclusion | 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 Feb. 9, 2024, 10:09 p.m. UTC
Possible since 7ec2354c38978b918dc079b611393becb6c80bf7.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/dca_core.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Martin Storsjö Feb. 9, 2024, 10:09 p.m. UTC | #1
On Fri, 9 Feb 2024, Andreas Rheinhardt wrote:

> Possible since 7ec2354c38978b918dc079b611393becb6c80bf7.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
> libavcodec/dca_core.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/libavcodec/dca_core.c b/libavcodec/dca_core.c
> index 5dd727fc72..697fc74295 100644
> --- a/libavcodec/dca_core.c
> +++ b/libavcodec/dca_core.c
> @@ -19,7 +19,6 @@
>  */
>
> #include "libavutil/channel_layout.h"
> -#include "libavutil/emms.h"
> #include "dcaadpcm.h"
> #include "dcadec.h"
> #include "dcadata.h"
> -- 
> 2.34.1

LGTM and thanks!

// Martin
diff mbox series

Patch

diff --git a/libavcodec/dca_core.c b/libavcodec/dca_core.c
index 5dd727fc72..697fc74295 100644
--- a/libavcodec/dca_core.c
+++ b/libavcodec/dca_core.c
@@ -19,7 +19,6 @@ 
  */
 
 #include "libavutil/channel_layout.h"
-#include "libavutil/emms.h"
 #include "dcaadpcm.h"
 #include "dcadec.h"
 #include "dcadata.h"