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

Martin Storsjö martin at martin.st
Sat Feb 10 00:09:24 EET 2024


On Fri, 9 Feb 2024, Andreas Rheinhardt wrote:

> Possible since 7ec2354c38978b918dc079b611393becb6c80bf7.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at 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



More information about the ffmpeg-devel mailing list