mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
build with ffmpeg version > 59.0.100
This commit is contained in:
@@ -32,7 +32,11 @@ private:
|
||||
pthread_mutex_t mutex;
|
||||
cList<cDvbSubtitleBitmaps> *bitmaps;
|
||||
AVCodecContext * avctx;
|
||||
AVCodec * avcodec;
|
||||
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(59,0,100)
|
||||
AVCodec *avcodec;
|
||||
#else
|
||||
const AVCodec *avcodec;
|
||||
#endif
|
||||
int min_x, min_y, max_x, max_y;
|
||||
cTimeMs Timeout;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user