提交 67703d64 编写于 作者: M Michael Bradshaw 提交者: Michael Niedermayer

lavf: cosmetic: format else with indentation

Signed-off-by: NMichael Bradshaw <mbradshaw@sorensonmedia.com>
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 b678daf0
......@@ -2049,7 +2049,7 @@ static void update_stream_timings(AVFormatContext *ic)
if (start_time1 < start_time_text)
start_time_text = start_time1;
} else
start_time = FFMIN(start_time, start_time1);
start_time = FFMIN(start_time, start_time1);
if (st->duration != AV_NOPTS_VALUE) {
end_time1 = start_time1
+ av_rescale_q(st->duration, st->time_base, AV_TIME_BASE_Q);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册