Commit 57580e2a authored by Marton Balint's avatar Marton Balint

avformat/utils: fix indentation

Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent d4ae28e4
...@@ -5137,7 +5137,7 @@ FF_DISABLE_DEPRECATION_WARNINGS ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment