[vlmc-devel] VLCInstance: Remove --no-stats as it is now the default

Hugo Beauzée-Luyssen git at videolan.org
Tue Jan 28 23:33:34 CET 2014


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Jan 28 22:22:50 2014 +0200| [be572daac81e68df987a48d404b14e50bc9ca371] | committer: Hugo Beauzée-Luyssen

VLCInstance: Remove --no-stats as it is now the default

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=be572daac81e68df987a48d404b14e50bc9ca371
---

 src/LibVLCpp/VLCInstance.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/LibVLCpp/VLCInstance.cpp b/src/LibVLCpp/VLCInstance.cpp
index 13fb37c..e6bcc44 100644
--- a/src/LibVLCpp/VLCInstance.cpp
+++ b/src/LibVLCpp/VLCInstance.cpp
@@ -38,7 +38,6 @@ Instance::Instance( QObject* parent /*= NULL*/ ) : QObject( parent )
         "--text-renderer", "dummy",
         "--vout", "dummy",
         "--no-video-title-show",            // Don't display the filename
-        "--no-stats",                       // Don't display stats
         "--no-sub-autodetect-file",         // Don't detect subtitles
         //"--no-audio",
         //"--plugin-path", VLC_TREE "/modules",



More information about the Vlmc-devel mailing list