record/streamts: lower bsf libavcodec check to 57.48.100 (#10)

The bit stream filter change was done in ffmpeg 3.1 already.

Origin commit data
------------------
Branch: ni/coolstream
Commit: 91e3f9e51a
Author: Hendi <hendi48@freenet.de>
Date: 2021-05-09 (Sun, 09 May 2021)



------------------
This commit was generated by Migit
This commit is contained in:
Hendi
2021-05-09 21:04:09 +02:00
committed by vanhofen
parent d699941ff5
commit eca36328b6
3 changed files with 8 additions and 8 deletions

View File

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