From bdd6aa25c1f413c66053537e0f98741a8b40f5dd Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 7 Apr 2020 16:41:48 +0200 Subject: avcodec.h: split bitstream filters API into its own header --- libavcodec/bsf_internal.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libavcodec/bsf_internal.h') 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. -- cgit v1.2.3