mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +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.
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:
@@ -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