summaryrefslogtreecommitdiff
path: root/libavcodec/bsf_internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-07 16:41:48 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-22 14:38:57 +0200
commitbdd6aa25c1f413c66053537e0f98741a8b40f5dd (patch)
tree61a3af82a99e18c45ce9e5fae3ca35dc2fbe8ac4 /libavcodec/bsf_internal.h
parentbf80725352d274aed2fdd8f2d457788b3c2e5e7e (diff)
avcodec.h: split bitstream filters API into its own header
Diffstat (limited to 'libavcodec/bsf_internal.h')
-rw-r--r--libavcodec/bsf_internal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/bsf_internal.h b/libavcodec/bsf_internal.h
index d22c1b4f83..fefd5b8905 100644
--- a/libavcodec/bsf_internal.h
+++ b/libavcodec/bsf_internal.h
@@ -19,7 +19,10 @@
#ifndef AVCODEC_BSF_INTERNAL_H
#define AVCODEC_BSF_INTERNAL_H
-#include "avcodec.h"
+#include "libavutil/log.h"
+
+#include "bsf.h"
+#include "packet.h"
/**
* Called by the bitstream filters to get the next packet for filtering.