summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-03-02 10:53:50 +0100
committerAnton Khirnov <anton@khirnov.net>2021-06-10 16:51:44 +0200
commitf3f404edd2298e051c72b9817bf0477ecb7dcb92 (patch)
tree72c86d1e4e8fc154036237da93479c23bd7d07f9
parent7c9763070d9026197cb75909165545d7b8f330cf (diff)
lavc/cbs_bsf.h: explicitly #include all required headers
-rw-r--r--libavcodec/cbs_bsf.h6
1 files changed, 6 insertions, 0 deletions
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 {