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_cropdetect.c')
-rw-r--r--libavfilter/vf_cropdetect.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/vf_cropdetect.c b/libavfilter/vf_cropdetect.c
index 8b6063c996..e107f471c3 100644
--- a/libavfilter/vf_cropdetect.c
+++ b/libavfilter/vf_cropdetect.c
@@ -23,7 +23,10 @@
* Ported from MPlayer libmpcodecs/vf_cropdetect.c.
*/
+#include <stdio.h>
+
#include "libavutil/imgutils.h"
+#include "libavutil/internal.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"