From 5c630c96cd9fdfdd33c85706b2e68af9bd521c60 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Jul 2012 02:04:00 +0200 Subject: options: rename --no-sound to --no-audio --- cfg-mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index af1beb9a41..820634db6d 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -502,7 +502,7 @@ const m_option_t common_opts[] = { OPT_FLAG_CONSTANTS("no-sub", sub_id, 0, -1, -2), OPT_FLAG_CONSTANTS("no-video", video_id, 0, -1, -2), OPT_FLAG_CONSTANTS("sound", audio_id, 0, -2, -1), - OPT_FLAG_CONSTANTS("no-sound", audio_id, 0, -1, -2), + OPT_FLAG_CONSTANTS("no-audio", audio_id, 0, -1, -2), OPT_STRINGLIST("alang", audio_lang, 0), OPT_STRINGLIST("slang", sub_lang, 0), -- cgit v1.2.3