aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-08-02 11:36:14 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-08-05 09:40:06 +0200
commit92f0d6984609f9d85fed95f4922558b069739d85 (patch)
treedce9fb2f7ccb02b23e5e51a368330bd65c1a1fed
parentdda471bd850b51a82e289e77146223d33bab454f (diff)
downloadffmpeg-92f0d6984609f9d85fed95f4922558b069739d85.tar.gz
avcodec/h264_metadata_bsf: Improve included headers
h264_sei.h is no longer used since the SEIs were moved to sei.h; this also avoids inclusions of avcodec.h and bytestream.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/h264_metadata_bsf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf.c
index b9cfeaba94..39b9e8eee4 100644
--- a/libavcodec/h264_metadata_bsf.c
+++ b/libavcodec/h264_metadata_bsf.c
@@ -26,10 +26,11 @@
#include "cbs.h"
#include "cbs_bsf.h"
#include "cbs_h264.h"
+#include "cbs_sei.h"
#include "h264.h"
#include "h264_levels.h"
-#include "h264_sei.h"
#include "h2645data.h"
+#include "sei.h"
enum {
FLIP_HORIZONTAL = 1,