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
luyikei
VLMC
Commits
ca208e09
Commit
ca208e09
authored
Feb 24, 2014
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCSource: Fix snapshot computing error detection
parent
b5f2e911
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Backend/VLC/VLCSource.cpp
src/Backend/VLC/VLCSource.cpp
+1
-1
No files found.
src/Backend/VLC/VLCSource.cpp
View file @
ca208e09
...
...
@@ -132,7 +132,7 @@ VLCSource::computeSnapshot( VmemRenderer* renderer )
}
m_snapshot
=
renderer
->
waitSnapshot
();
delete
renderer
;
return
true
;
return
m_snapshot
!=
NULL
;
}
unsigned
int
...
...
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