[FFmpeg-cvslog] avcodec/dolby_e_parser: Remove unnecessary headers
Andreas Rheinhardt
git at videolan.org
Fri Sep 16 19:42:32 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Sep 5 21:35:29 2022 +0200| [0b1b93823f1ad0fb711075872fdf873f5a0dc0bf] | committer: Andreas Rheinhardt
avcodec/dolby_e_parser: Remove unnecessary headers
Possible since 81d070dd09ce154d635414fd07d80a591266b421.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b1b93823f1ad0fb711075872fdf873f5a0dc0bf
---
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;
More information about the ffmpeg-cvslog
mailing list