Merge pull request #2013 from ogayot/include-avcodec-header
ffmpegdecoder: fix missing include avcodec.h to avoid build failures
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
extern "C" {
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libavfilter/avfilter.h>
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libswscale/swscale.h>
|
||||
|
||||
Reference in New Issue
Block a user