mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-30 14:40:32 +00:00
lavf: cosmetic: format else with indentation
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b678daf05c
commit
67703d64d7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user