mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avformat/utils: fix indentation
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
d4ae28e494
commit
57580e2ab6
1 changed files with 113 additions and 113 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue