diff mbox

[FFmpeg-devel,3/5] examples/filtering_video: add missing headers

Message ID 20180514121802.14519-3-quinkblack@foxmail.com
State Accepted
Commit c0a845f9481dc62d92ea020eb0695e3f73f8c476
Headers show

Commit Message

Zhao Zhili May 14, 2018, 12:18 p.m. UTC
From: Zhao Zhili <wantlamy@gmail.com>

---
 doc/examples/filtering_video.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Michael Niedermayer May 15, 2018, 8:02 p.m. UTC | #1
On Mon, May 14, 2018 at 08:18:00PM +0800, Zhao Zhili wrote:
> From: Zhao Zhili <wantlamy@gmail.com>
> 
> ---
>  doc/examples/filtering_video.c | 2 ++
>  1 file changed, 2 insertions(+)

will apply

thx

[...]
diff mbox

Patch

diff --git a/doc/examples/filtering_video.c b/doc/examples/filtering_video.c
index 170a675..2cc55e8 100644
--- a/doc/examples/filtering_video.c
+++ b/doc/examples/filtering_video.c
@@ -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>