[FFmpeg-devel] [PATCH 01/13] avcodec/dolby_e_parser: Remove unnecessary headers
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Tue Sep 13 14:28:39 EEST 2022
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;
--
2.34.1
More information about the ffmpeg-devel
mailing list