mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
unnecessary brackets removed
- distinction ffmpeg versions
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user