mirror of https://git.ffmpeg.org/ffmpeg.git
examples/demuxing_decoding: add missing header
Fixed compilation broken by e67e02d156
.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
2cccab96f6
commit
3191bb5c35
|
@ -32,6 +32,7 @@
|
|||
#include <libavutil/imgutils.h>
|
||||
#include <libavutil/samplefmt.h>
|
||||
#include <libavutil/timestamp.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libavformat/avformat.h>
|
||||
|
||||
static AVFormatContext *fmt_ctx = NULL;
|
||||
|
|
Loading…
Reference in New Issue