Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoftworkz <softworkz@hotmail.com>2022-05-15 22:23:22 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-18 19:01:51 +0300
commitb8ede4d6373faef6d7955cbf1e44029293bb3a08 (patch)
tree1b3ff1aa4b3a4b05272cc54b03010b738587cb72 /fftools/opt_common.c
parente3580f60775c897c3b13b178c57ab191ecc4a031 (diff)
fftools/opt_common: add includes of avf headers for clarity
Signed-off-by: softworkz <softworkz@hotmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools/opt_common.c')
-rw-r--r--fftools/opt_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fftools/opt_common.c b/fftools/opt_common.c
index c303db4d09..55d86eeb19 100644
--- a/fftools/opt_common.c
+++ b/fftools/opt_common.c
@@ -51,6 +51,9 @@
#include "libavdevice/avdevice.h"
#include "libavdevice/version.h"
+#include "libavfilter/avfilter.h"
+#include "libavfilter/version.h"
+
#include "libswscale/swscale.h"
#include "libswscale/version.h"