mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
record/streamts: lower bsf libavcodec check to 57.48.100 (#10)
The bit stream filter change was done in ffmpeg 3.1 already.
This commit is contained in:
@@ -73,7 +73,7 @@ class CStreamStream : public CStreamInstance
|
||||
private:
|
||||
AVFormatContext *ifcx;
|
||||
AVFormatContext *ofcx;
|
||||
#if (LIBAVCODEC_VERSION_INT < AV_VERSION_INT( 57,52,100 ))
|
||||
#if (LIBAVCODEC_VERSION_INT < AV_VERSION_INT( 57,48,100 ))
|
||||
AVBitStreamFilterContext *bsfc;
|
||||
#else
|
||||
AVBSFContext *bsfc;
|
||||
|
Reference in New Issue
Block a user