mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
make neutrino compatible with new ffmpeg
This commit is contained in:
@@ -73,7 +73,11 @@ class CStreamStream : public CStreamInstance
|
||||
private:
|
||||
AVFormatContext *ifcx;
|
||||
AVFormatContext *ofcx;
|
||||
#if (LIBAVCODEC_VERSION_INT < AV_VERSION_INT( 57,52,100 ))
|
||||
AVBitStreamFilterContext *bsfc;
|
||||
#else
|
||||
AVBSFContext *bsfc;
|
||||
#endif
|
||||
AVIOContext *avio_ctx;
|
||||
|
||||
bool stopped;
|
||||
|
Reference in New Issue
Block a user