ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | 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 <[email protected]> > 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
