Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
56893065
Commit
56893065
authored
Sep 30, 2009
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing a positionment bug (when starting to render a non 0 beginning clip)
parent
74fccfac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Workflow/TrackWorkflow.cpp
src/Workflow/TrackWorkflow.cpp
+1
-1
No files found.
src/Workflow/TrackWorkflow.cpp
View file @
56893065
...
...
@@ -145,7 +145,7 @@ void TrackWorkflow::renderClip( ClipWorkflow* cw, qint64 currentFrame,
cw
->
getStateLock
()
->
unlock
();
cw
->
initialize
();
cw
->
startRender
(
m_paused
);
if
(
start
!=
currentFrame
)
//Clip was not started as its real begining
if
(
start
!=
currentFrame
||
cw
->
getClip
()
->
getBegin
()
!=
0
)
//Clip was not started as its real begining
{
adjustClipTime
(
currentFrame
,
start
,
cw
);
}
...
...
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