mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-06 17:29:08 +08: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