[FFmpeg-cvslog] fftools/opt_common: add includes of avf headers for clarity

softworkz git at videolan.org
Wed May 18 19:03:33 EEST 2022


ffmpeg | branch: master | softworkz <softworkz at hotmail.com> | Sun May 15 19:23:22 2022 +0000| [b8ede4d6373faef6d7955cbf1e44029293bb3a08] | committer: Andreas Rheinhardt

fftools/opt_common: add includes of avf headers for clarity

Signed-off-by: softworkz <softworkz at hotmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8ede4d6373faef6d7955cbf1e44029293bb3a08
---

 fftools/opt_common.c | 3 +++
 1 file changed, 3 insertions(+)

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"
 



More information about the ffmpeg-cvslog mailing list