summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-11 23:35:33 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 11:14:16 +0200
commit57b5ec6ba7df442caebc401c4a7ef3ebc066b519 (patch)
tree757809e3b0a53f3deb95634fcfda70bb7fb3168c /libavcodec/avcodec.h
parent73b847e136481f643a855d4504a5fa66b47db48c (diff)
avcodec/avcodec: Stop including bsf.h in avcodec.h
Also include bsf.h directly wherever it is used. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8b97895aeb..f9d8edc3e2 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -41,7 +41,6 @@
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
-#include "bsf.h"
#include "codec.h"
#include "codec_desc.h"
#include "codec_par.h"