[FFmpeg-cvslog] lavc/cbs_bsf.h: explicitly #include all required headers

Anton Khirnov git at videolan.org
Thu Jun 10 17:56:08 EEST 2021


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Mar  2 10:53:50 2021 +0100| [f3f404edd2298e051c72b9817bf0477ecb7dcb92] | committer: Anton Khirnov

lavc/cbs_bsf.h: explicitly #include all required headers

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f3f404edd2298e051c72b9817bf0477ecb7dcb92
---

 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 {



More information about the ffmpeg-cvslog mailing list