summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-06-29 11:31:05 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-07-02 08:58:20 +0200
commit55c605f72cd22dab9fd12957332cfd81d3214045 (patch)
treeed1c656ef1780a0d69bafe2d3e2db253d446d40c /libavcodec
parent804bf898dad32813c6bc05ae19d0dcfd45cd8d8a (diff)
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@outlook.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/cbs_h2645.c2
1 files changed, 0 insertions, 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,