make neutrino compatible with new ffmpeg

Origin commit data
------------------
Branch: ni/coolstream
Commit: bfa589eb08
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-03-07 15:00:17 +01:00
parent ca1ebd7eb2
commit 4c19475bd1
6 changed files with 184 additions and 24 deletions

View File

@@ -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;