summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_opt.c
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 /fftools/ffmpeg_opt.c
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 'fftools/ffmpeg_opt.c')
-rw-r--r--fftools/ffmpeg_opt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index 9558bcaeb2..1b43bab9fc 100644
--- a/fftools/ffmpeg_opt.c
+++ b/fftools/ffmpeg_opt.c
@@ -27,6 +27,7 @@
#include "libavformat/avformat.h"
#include "libavcodec/avcodec.h"
+#include "libavcodec/bsf.h"
#include "libavfilter/avfilter.h"