avformat/utils: fix indentation
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
d4ae28e494
commit
57580e2ab6
@ -5137,7 +5137,7 @@ FF_DISABLE_DEPRECATION_WARNINGS
|
||||
if (type != st->codecpar->codec_type
|
||||
&& (st->codecpar->codec_type != AVMEDIA_TYPE_UNKNOWN || st->codec->codec_type != type))
|
||||
match = 0;
|
||||
FF_ENABLE_DEPRECATION_WARNINGS
|
||||
FF_ENABLE_DEPRECATION_WARNINGS
|
||||
#else
|
||||
if (type != st->codecpar->codec_type)
|
||||
match = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user