ffmpeg | branch: master | softworkz <softwo...@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 <softwo...@hotmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@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" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".