|
From: Lasse Kärkkäi. <tr...@us...> - 2010-01-31 02:20:20
|
Module: performous Branch: master Commit: bee402888811a01ea53abb4dcdf3f7611518be9c Author: Lasse Karkkainen <tro...@tr...> Date: Sun Jan 31 04:20:06 2010 +0200 Make ss_extract default to no video compression --- tools/ss_extract.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/ss_extract.cpp b/tools/ss_extract.cpp index 908f637..b35b3ce 100644 --- a/tools/ss_extract.cpp +++ b/tools/ss_extract.cpp @@ -30,7 +30,7 @@ int sleepts = -1; xmlpp::Node::PrefixNsMap nsmap; std::string ns; const bool video = true; -const bool mkvcompress = true; +const bool mkvcompress = false; const bool oggcompress = true; // LibXML2 logging facility |