[vlmc-devel] VLCSource: Fix snapshot initialization
Hugo Beauzée-Luyssen
git at videolan.org
Mon Feb 24 20:09:39 CET 2014
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Feb 24 02:05:03 2014 +0200| [798b0cf154e220d91468c6e1ac664c56eaef569b] | committer: Hugo Beauzée-Luyssen
VLCSource: Fix snapshot initialization
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=798b0cf154e220d91468c6e1ac664c56eaef569b
---
src/Backend/VLC/VLCSource.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Backend/VLC/VLCSource.cpp b/src/Backend/VLC/VLCSource.cpp
index 0a11651..713edd9 100644
--- a/src/Backend/VLC/VLCSource.cpp
+++ b/src/Backend/VLC/VLCSource.cpp
@@ -31,6 +31,7 @@ using namespace Backend::VLC;
VLCSource::VLCSource( VLCBackend* backend, const QString& path )
: m_backend( backend )
+ , m_snapshot( NULL )
, m_isParsed( false )
{
m_media = new LibVLCpp::Media( backend->vlcInstance(), "file://" + path );
More information about the Vlmc-devel
mailing list