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
619b6bb6
Commit
619b6bb6
authored
Sep 30, 2009
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using the real option name for full speed render
parent
20147d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/Workflow/ClipWorkflow.cpp
src/Workflow/ClipWorkflow.cpp
+4
-2
No files found.
src/Workflow/ClipWorkflow.cpp
View file @
619b6bb6
...
...
@@ -141,9 +141,11 @@ void ClipWorkflow::setVmem()
// m_vlcMedia->addOption( ":no-sout-keep" );
if
(
m_fullSpeedRender
==
true
)
m_vlcMedia
->
addOption
(
":sout-sync"
);
{
m_vlcMedia
->
addOption
(
":no-sout-smem-time-sync"
);
}
else
m_vlcMedia
->
addOption
(
":
no-
sout-sync"
);
m_vlcMedia
->
addOption
(
":sout
-smem-time
-sync"
);
sprintf
(
buffer
,
":sout-transcode-width=%i"
,
VIDEOWIDTH
);
m_vlcMedia
->
addOption
(
buffer
);
...
...
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