From 3e851b0f518e77687024509efafd0856929d7da6 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Tue, 2 Nov 2010 20:14:13 +0200 Subject: [PATCH] core: Unique short arg for disabling WMV transcoding --- src/rygel/rygel-cmdline-config.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rygel/rygel-cmdline-config.vala b/src/rygel/rygel-cmdline-config.vala index e39e04c..e3df816 100644 --- a/src/rygel/rygel-cmdline-config.vala +++ b/src/rygel/rygel-cmdline-config.vala @@ -77,7 +77,7 @@ internal class Rygel.CmdlineConfig : GLib.Object, Configuration { "Disable mpeg2 transport stream transcoder", null }, { "disable-lpcm-transcoder", 'l', 0, OptionArg.NONE, ref no_lpcm_trans, "Disable Linear PCM transcoder", null }, - { "disable-wmv-transcoder", 'l', 0, OptionArg.NONE, ref no_wmv_trans, + { "disable-wmv-transcoder", 'w', 0, OptionArg.NONE, ref no_wmv_trans, "Disable WMV transcoder", null }, { "log-level", 'g', 0, OptionArg.INT, ref log_level, "Log level. 1=critical,2=error,3=warning,4=message/info,5=debug", -- 2.7.4