[FFmpeg-devel] [PATCH 01/13] avcodec/dolby_e_parser: Remove unnecessary headers

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Thu Sep 15 22:34:48 EEST 2022


Andreas Rheinhardt:
> Possible since 81d070dd09ce154d635414fd07d80a591266b421.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  libavcodec/dolby_e_parser.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/libavcodec/dolby_e_parser.c b/libavcodec/dolby_e_parser.c
> index 9f54627356..d2566e5446 100644
> --- a/libavcodec/dolby_e_parser.c
> +++ b/libavcodec/dolby_e_parser.c
> @@ -21,8 +21,6 @@
>  #include "libavutil/channel_layout.h"
>  #include "avcodec.h"
>  #include "dolby_e.h"
> -#include "get_bits.h"
> -#include "put_bits.h"
>  
>  typedef struct DBEParseContext {
>      DBEContext dectx;

Will apply this patchset tomorrow unless there are objections.

- Andreas


More information about the ffmpeg-devel mailing list