mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 21:54:49 -04:00
Format code
This commit is contained in:
parent
08c34a18f2
commit
93daed8ec8
@ -184,7 +184,7 @@ func (ts *Stream) run(start int32) error {
|
|||||||
// (because it searches for a keyframe)
|
// (because it searches for a keyframe)
|
||||||
// add back the time that would be lost otherwise
|
// 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)
|
// 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,
|
args = append(args,
|
||||||
"-to", fmt.Sprintf("%.6f", end_ref),
|
"-to", fmt.Sprintf("%.6f", end_ref),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user