Format code

This commit is contained in:
Zoe Roux 2024-02-12 18:05:48 +01:00
parent 08c34a18f2
commit 93daed8ec8

View File

@ -184,7 +184,7 @@ func (ts *Stream) run(start int32) error {
// (because it searches for a keyframe)
// add back the time that would be lost otherwise
// this only appens when -to is before -i but having -to after -i gave a bug (not sure, don't remember)
end_ref += start_ref-ts.file.Keyframes[start-1]
end_ref += start_ref - ts.file.Keyframes[start-1]
}
args = append(args,
"-to", fmt.Sprintf("%.6f", end_ref),