Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
f7b2e168
Commit
f7b2e168
authored
Feb 22, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix 1 frame offset in subtitles when removing space
parent
ef813c9c
Pipeline
#141110
passed with stage
in 9 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/model/subtitlemodel.cpp
View file @
f7b2e168
...
...
@@ -1235,5 +1235,5 @@ int SubtitleModel::getBlankStart(int pos) const
found
=
true
;
}
}
return
found
?
min
.
frames
(
pCore
->
getCurrentFps
())
+
1
:
0
;
return
found
?
min
.
frames
(
pCore
->
getCurrentFps
())
:
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment