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:
Hendi48
2021-05-08 23:00:29 +02:00
committed by GitHub
parent 0965bcdf2f
commit b8ffb1be0c
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;