You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/utils: fix indentation
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -5137,7 +5137,7 @@ FF_DISABLE_DEPRECATION_WARNINGS
|
|||||||
if (type != st->codecpar->codec_type
|
if (type != st->codecpar->codec_type
|
||||||
&& (st->codecpar->codec_type != AVMEDIA_TYPE_UNKNOWN || st->codec->codec_type != type))
|
&& (st->codecpar->codec_type != AVMEDIA_TYPE_UNKNOWN || st->codec->codec_type != type))
|
||||||
match = 0;
|
match = 0;
|
||||||
FF_ENABLE_DEPRECATION_WARNINGS
|
FF_ENABLE_DEPRECATION_WARNINGS
|
||||||
#else
|
#else
|
||||||
if (type != st->codecpar->codec_type)
|
if (type != st->codecpar->codec_type)
|
||||||
match = 0;
|
match = 0;
|
||||||
|
Reference in New Issue
Block a user