unnecessary brackets removed

- distinction ffmpeg versions
This commit is contained in:
Frankenstone
2021-05-17 22:28:02 +02:00
committed by Thilo Graf
parent 284ee4a6ed
commit 86b0246599
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;