[FFmpeg-cvslog] avcodec/h264_metadata_bsf: Improve included headers
Andreas Rheinhardt
git at videolan.org
Sat Aug 5 11:05:57 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Aug 2 11:36:14 2023 +0200| [92f0d6984609f9d85fed95f4922558b069739d85] | committer: Andreas Rheinhardt
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 at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92f0d6984609f9d85fed95f4922558b069739d85
---
libavcodec/h264_metadata_bsf.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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,
More information about the ffmpeg-cvslog
mailing list