[FFmpeg-devel] [PATCH 07/25] lavc/cbs_bsf.h: explicitly #include all required headers

Anton Khirnov anton at khirnov.net
Fri May 21 21:00:38 EEST 2021


---
 libavcodec/cbs_bsf.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libavcodec/cbs_bsf.h b/libavcodec/cbs_bsf.h
index 6be95abc3f..a370be1b5f 100644
--- a/libavcodec/cbs_bsf.h
+++ b/libavcodec/cbs_bsf.h
@@ -19,7 +19,13 @@
 #ifndef AVCODEC_CBS_BSF_H
 #define AVCODEC_CBS_BSF_H
 
+#include "libavutil/log.h"
+#include "libavutil/opt.h"
+
+#include "bsf.h"
+#include "codec_id.h"
 #include "cbs.h"
+#include "packet.h"
 
 
 typedef struct CBSBSFType {
-- 
2.30.2



More information about the ffmpeg-devel mailing list