Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-06-11 03:19:39 +0300
committerJames Almer <jamrial@gmail.com>2021-06-11 03:19:39 +0300
commitae0863b91ddf60795967273b913d93825b04183c (patch)
treee4fcbf02ddf16206811424dd45c89e33421cebee /doc/examples
parent260dc1c5f3499eea0203d538719ecf27bd165e5a (diff)
examples/muxing: add missing header
Fixed compilation broken by e67e02d15672. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/muxing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index fe1b9ded21..abc14a8910 100644
--- a/doc/examples/muxing.c
+++ b/doc/examples/muxing.c
@@ -39,6 +39,7 @@
#include <libavutil/opt.h>
#include <libavutil/mathematics.h>
#include <libavutil/timestamp.h>
+#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
#include <libswresample/swresample.h>