summaryrefslogtreecommitdiff
path: root/debian/patches/37_expand_CBR_acronym.patch
blob: 753a75e0af5a6db6b936057e79c2b909a7a62c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Change error message wording to say `fixed bitrate', which is
more clear than `CBR'.  Patch by Michael Banck.  Debian #293336


--- a/jack_checkopts.py.orig	2005-03-25 23:12:59.333566976 +0100
+++ b/jack_checkopts.py	2005-03-25 23:13:12.996489896 +0100
@@ -188,7 +188,7 @@
         cf.rupdate({'vbr': {'val': 0}}, "check")
 
     if not cf['_vbr'] and not jack_helpers.helpers[cf['_encoder']].has_key('cmd'):
-        error("can't do CBR because " + cf['encoder']['val'] + " doesn't support it. Use -v")
+        error("can't do fixed bitrate because " + cf['encoder']['val'] + " doesn't support it. Use -v")
 
     if cf['_ripper'] == "cdparanoia" and cf['_sloppy']:
         jack_helpers.helpers['cdparanoia']['cmd'] = replace(jack_helpers.helpers['cdparanoia']['cmd'], "--abort-on-skip", "")