[vlmc-devel] commit: VLCInstance: Remove useless parameters ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Sat Oct 30 17:26:35 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sat Oct 30 17:15:24 2010 +0200| [7ba97d5fdbc496b303300d3163f5e068badc0909] | committer: Hugo Beauzée-Luyssen
VLCInstance: Remove useless parameters
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=7ba97d5fdbc496b303300d3163f5e068badc0909
---
src/LibVLCpp/VLCInstance.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/LibVLCpp/VLCInstance.cpp b/src/LibVLCpp/VLCInstance.cpp
index 1e6984e..37b60e0 100644
--- a/src/LibVLCpp/VLCInstance.cpp
+++ b/src/LibVLCpp/VLCInstance.cpp
@@ -35,12 +35,10 @@ Instance::Instance( QObject* parent /*= NULL*/ ) : QObject( parent )
"", //Keep this array entry empty. It will be replaced later if required.
// "--ffmpeg-debug", "3",
"--no-skip-frames",
-// "--intf", "dummy",
"--text-renderer", "dummy",
//"--no-audio",
//"--plugin-path", VLC_TREE "/modules",
"--no-disable-screensaver", //No need to disable the screensaver, and save a thread.
- "--ignore-config", //Don't use VLC's config files
"--no-overlay",
};
int argc = sizeof( argv ) / sizeof( *argv );
More information about the Vlmc-devel
mailing list