[SCM] morituri/master: allow all profiles, including lossy

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:14 UTC 2014


The following commit has been merged in the master branch:
commit 2a2586f56f288050cf1fc38a295387abe30c0d30
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Nov 23 15:49:58 2013 -0500

    allow all profiles, including lossy

diff --git a/morituri/rip/debug.py b/morituri/rip/debug.py
index 00c1a12..47aa230 100644
--- a/morituri/rip/debug.py
+++ b/morituri/rip/debug.py
@@ -147,7 +147,7 @@ class Encode(logcommand.LogCommand):
         self.parser.add_option('', '--profile',
             action="store", dest="profile",
             help="profile for encoding (default '%s', choices '%s')" % (
-                default, "', '".join(encode.PROFILES.keys())),
+                default, "', '".join(encode.ALL_PROFILES.keys())),
             default=default)
 
     def do(self, args):
@@ -165,7 +165,7 @@ class Encode(logcommand.LogCommand):
         runner = task.SyncRunner()
 
         from morituri.common import encode
-        profile = encode.PROFILES[self.options.profile]()
+        profile = encode.ALL_PROFILES[self.options.profile]()
         self.debug('Encoding %s to %s',
             fromPath.encode('utf-8'),
             toPath.encode('utf-8'))

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list