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_blackframe.c')
-rw-r--r--libavfilter/vf_blackframe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavfilter/vf_blackframe.c b/libavfilter/vf_blackframe.c
index bf0b18bea3..65443fc24c 100644
--- a/libavfilter/vf_blackframe.c
+++ b/libavfilter/vf_blackframe.c
@@ -27,6 +27,10 @@
* Ported from MPlayer libmpcodecs/vf_blackframe.c.
*/
+#include <stdio.h>
+#include <inttypes.h>
+
+#include "libavutil/internal.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"