diff mbox series

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

Message ID GV1P250MB0737F59A25C260BC89CFE14F8F479@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 0b1b93823f1ad0fb711075872fdf873f5a0dc0bf
Headers show
Series [FFmpeg-devel,01/13] avcodec/dolby_e_parser: Remove unnecessary headers | 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 Sept. 13, 2022, 11:28 a.m. UTC
Possible since 81d070dd09ce154d635414fd07d80a591266b421.

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

Comments

Andreas Rheinhardt Sept. 15, 2022, 7:34 p.m. UTC | #1
Andreas Rheinhardt:
> Possible since 81d070dd09ce154d635414fd07d80a591266b421.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@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
diff mbox series

Patch

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;