]> git.sesse.net Git - ffmpeg/commitdiff
examples/filtering_video: add missing headers
authorZhao Zhili <wantlamy@gmail.com>
Mon, 14 May 2018 12:18:00 +0000 (20:18 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 15 May 2018 22:39:52 +0000 (00:39 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/examples/filtering_video.c

index b2191251b5fc3a5b101d6f3c2e4e4625c1811ec8..5a314b3127f922127ae7dd312046822a2878c9fa 100644 (file)
@@ -29,6 +29,8 @@
 
 #define _XOPEN_SOURCE 600 /* for usleep */
 #include <unistd.h>
+#include <stdio.h>
+#include <stdlib.h>
 
 #include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>