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_null.c')
-rw-r--r--libavfilter/vf_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_null.c b/libavfilter/vf_null.c
index 8a2a8cb11a..9f2e15addb 100644
--- a/libavfilter/vf_null.c
+++ b/libavfilter/vf_null.c
@@ -21,6 +21,7 @@
* null video filter
*/
+#include "libavutil/internal.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"