examples/extract_mvs: add missing header

Fixed compilation broken by e67e02d156.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2021-06-10 21:19:28 -03:00
parent 3191bb5c35
commit 260dc1c5f3

View File

@ -22,6 +22,7 @@
*/
#include <libavutil/motion_vector.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
static AVFormatContext *fmt_ctx = NULL;