summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 12:48:30 +0200
committerwm4 <wm4@nowhere>2012-08-03 13:25:57 +0200
commitc0abc94a4bf21a69b9e5dfd8d1b02e85b82bc063 (patch)
tree9693d1f89840f0715fcd77d3847f140a892ace2a /cfg-mplayer.h
parent9c02ae7e9510897826334ddf79fa3a0cf65a78a2 (diff)
downloadmpv-c0abc94a4bf21a69b9e5dfd8d1b02e85b82bc063.tar.bz2
mpv-c0abc94a4bf21a69b9e5dfd8d1b02e85b82bc063.tar.xz
options: fix forgotten --sound => --audio rename
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 4f776405ef..bdb46af1e0 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -454,7 +454,7 @@ const m_option_t common_opts[] = {
OPT_INTRANGE("sid", sub_id, 0, -2, 8190),
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("audio", audio_id, 0, -2, -1),
OPT_FLAG_CONSTANTS("no-audio", audio_id, 0, -1, -2),
OPT_STRINGLIST("alang", audio_lang, 0),
OPT_STRINGLIST("slang", sub_lang, 0),