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:
Diffstat (limited to 'libavfilter/vf_select.c')
-rw-r--r--libavfilter/vf_select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_select.c b/libavfilter/vf_select.c
index 59030ebced..dabd3d173d 100644
--- a/libavfilter/vf_select.c
+++ b/libavfilter/vf_select.c
@@ -25,6 +25,7 @@
#include "libavutil/eval.h"
#include "libavutil/fifo.h"
+#include "libavutil/internal.h"
#include "libavutil/mathematics.h"
#include "avfilter.h"
#include "internal.h"