[FFmpeg-cvslog] avcodec/cbs_h2645: Remove unnecessary (h264|hevc)_sei.h inclusions
Andreas Rheinhardt
git at videolan.org
Sat Jul 2 10:04:00 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Jun 29 11:31:05 2022 +0200| [55c605f72cd22dab9fd12957332cfd81d3214045] | committer: Andreas Rheinhardt
avcodec/cbs_h2645: Remove unnecessary (h264|hevc)_sei.h inclusions
They are unnecessary since the SEI enum has been moved
to sei.h.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55c605f72cd22dab9fd12957332cfd81d3214045
---
libavcodec/cbs_h2645.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c
index 10b3bcc70b..12e38c80b5 100644
--- a/libavcodec/cbs_h2645.c
+++ b/libavcodec/cbs_h2645.c
@@ -25,10 +25,8 @@
#include "cbs_h264.h"
#include "cbs_h265.h"
#include "h264.h"
-#include "h264_sei.h"
#include "h2645_parse.h"
#include "hevc.h"
-#include "hevc_sei.h"
static int cbs_read_ue_golomb(CodedBitstreamContext *ctx, GetBitContext *gbc,
More information about the ffmpeg-cvslog
mailing list