mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
build with ffmpeg version > 59.0.100
This commit is contained in:
@@ -54,7 +54,11 @@ private:
|
||||
size_t buffer_size;
|
||||
unsigned char *buffer;
|
||||
AVFormatContext *avc;
|
||||
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(59,0,100)
|
||||
AVCodec *codec;
|
||||
#else
|
||||
const AVCodec *codec;
|
||||
#endif
|
||||
AVCodecContext *c;
|
||||
AVIOContext *avioc;
|
||||
int best_stream;
|
||||
|
Reference in New Issue
Block a user