Fix ffmpeg warnings due to missing header include

This commit is contained in:
Sebastian Parborg
2023-03-07 17:33:08 +01:00
parent 8f1136e018
commit 68e7004e5e

View File

@@ -13,6 +13,7 @@
#ifndef __FFMPEG_COMPAT_H__
#define __FFMPEG_COMPAT_H__
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
/* Check if our ffmpeg is new enough, avoids user complaints.