diff options
author | softworkz <softworkz@hotmail.com> | 2022-05-15 19:23:22 +0000 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-18 18:01:51 +0200 |
commit | b8ede4d6373faef6d7955cbf1e44029293bb3a08 (patch) | |
tree | 1b3ff1aa4b3a4b05272cc54b03010b738587cb72 /fftools/opt_common.c | |
parent | e3580f60775c897c3b13b178c57ab191ecc4a031 (diff) | |
download | ffmpeg-b8ede4d6373faef6d7955cbf1e44029293bb3a08.tar.gz |
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.c | 3 |
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" |