[FFmpeg-cvslog] examples/extract_mvs: add missing header
James Almer
git at videolan.org
Fri Jun 11 03:20:34 EEST 2021
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jun 10 21:19:28 2021 -0300| [260dc1c5f3499eea0203d538719ecf27bd165e5a] | committer: James Almer
examples/extract_mvs: add missing header
Fixed compilation broken by e67e02d15672.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=260dc1c5f3499eea0203d538719ecf27bd165e5a
---
doc/examples/extract_mvs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/examples/extract_mvs.c b/doc/examples/extract_mvs.c
index f5d2fd9179..84f071075a 100644
--- a/doc/examples/extract_mvs.c
+++ b/doc/examples/extract_mvs.c
@@ -22,6 +22,7 @@
*/
#include <libavutil/motion_vector.h>
+#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
static AVFormatContext *fmt_ctx = NULL;
More information about the ffmpeg-cvslog
mailing list