summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_bsf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cbs_bsf.h')
-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 {