unnecessary brackets removed

- distinction ffmpeg versions
This commit is contained in:
Frankenstone
2021-05-17 21:07:45 +02:00
committed by Thilo Graf
parent 9c243675f5
commit 8ead7f9805
6 changed files with 14 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ extern "C" {
#define AV_CODEC_ID_INJECTPCM AV_CODEC_ID_PCM_S16LE
/* wrapper */
#if (LIBAVFORMAT_VERSION_INT > AV_VERSION_INT( 57,25,100 ))
#if LIBAVFORMAT_VERSION_INT > AV_VERSION_INT(57,25,100)
static AVCodecParameters __attribute__ ((unused)) *get_codecpar(AVStream *stream)
{
return stream->codecpar;