unnecessary brackets removed

- distinction ffmpeg versions


Origin commit data
------------------
Branch: ni/coolstream
Commit: 00885fda4a
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-05-17 (Mon, 17 May 2021)



------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2021-05-17 22:28:02 +02:00
committed by vanhofen
parent 6d454bfea5
commit 19d192a9c0
4 changed files with 19 additions and 19 deletions

View File

@@ -73,7 +73,7 @@ class CStreamStream : public CStreamInstance
private:
AVFormatContext *ifcx;
AVFormatContext *ofcx;
#if (LIBAVCODEC_VERSION_INT < AV_VERSION_INT( 57,48,100 ))
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT( 57,48,100 )
AVBitStreamFilterContext *bsfc;
#else
AVBSFContext *bsfc;