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>
This commit is contained in:
softworkz 2022-05-15 19:23:22 +00:00 committed by Andreas Rheinhardt
parent e3580f6077
commit b8ede4d637
1 changed files with 3 additions and 0 deletions

View File

@ -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"