summaryrefslogtreecommitdiff
path: root/libavcodec/bsf_internal.h
diff options
context:
space:
mode:
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.