Skip to content
Snippets Groups Projects
Commit 5db6aa6c authored by Anton Mitrofanov's avatar Anton Mitrofanov
Browse files

lavf: Fix compilation with new versions of ffmpeg

Add the missing header as avcodec.h is no longer included in avformat.h.
parent b684ebe0
No related branches found
No related tags found
1 merge request!75lavf: Fix compilation with new versions of ffmpeg
Pipeline #106548 passed with stages
in 2 minutes and 30 seconds
......@@ -28,6 +28,7 @@
#undef DECLARE_ALIGNED
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>
#include <libavutil/dict.h>
#include <libavutil/error.h>
#include <libavutil/mem.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment