mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
unnecessary brackets removed
- distinction ffmpeg versions
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,48,100 ))
|
||||
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT( 57,48,100 )
|
||||
AVBitStreamFilterContext *bsfc;
|
||||
#else
|
||||
AVBSFContext *bsfc;
|
||||
|
Reference in New Issue
Block a user