change waring about clip length
This commit is contained in:
parent
6c09e6dd5e
commit
0e2655ce24
@ -563,7 +563,7 @@ fn handle_list_end(
|
|||||||
node.seek + total_delta
|
node.seek + total_delta
|
||||||
} else {
|
} else {
|
||||||
if node.duration > total_delta {
|
if node.duration > total_delta {
|
||||||
warn!("Clip length is not in time, new duration is: <yellow>{total_delta:.2}</>");
|
warn!("Adjust clip duration to: <yellow>{total_delta:.2}</>");
|
||||||
}
|
}
|
||||||
|
|
||||||
total_delta
|
total_delta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user