Commit c0a845f9 authored by Zhao Zhili's avatar Zhao Zhili Committed by Michael Niedermayer

examples/filtering_video: add missing headers

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 84d4af4e
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment