diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-15 23:27:52 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-15 23:48:48 +0300 |
commit | 70766c21827c1dcd3dc0ae0181aa10fae832b398 (patch) | |
tree | 0adbb48a55eebb6da2800739982f22141dffe869 /libavfilter/video.c | |
parent | 1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (diff) | |
download | ffmpeg-70766c21827c1dcd3dc0ae0181aa10fae832b398.tar.gz |
Add some more missing includes after removing the implicit common.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavfilter/video.c')
-rw-r--r-- | libavfilter/video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/video.c b/libavfilter/video.c index 31a093e155..4afce99fb1 100644 --- a/libavfilter/video.c +++ b/libavfilter/video.c @@ -17,6 +17,7 @@ */ #include <string.h> +#include <stdio.h> #include "libavutil/imgutils.h" #include "libavutil/mem.h" |