summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/command.c b/player/command.c
index ffe7a98261..ca07ded694 100644
--- a/player/command.c
+++ b/player/command.c
@@ -2356,9 +2356,9 @@ static const m_option_t mp_properties[] = {
0, 0, 0, NULL },
{ "audio-bitrate", mp_property_audio_bitrate, CONF_TYPE_INT,
0, 0, 0, NULL },
- { "samplerate", mp_property_samplerate, CONF_TYPE_INT,
+ { "audio-samplerate", mp_property_samplerate, CONF_TYPE_INT,
0, 0, 0, NULL },
- { "channels", mp_property_channels, CONF_TYPE_INT,
+ { "audio-channels", mp_property_channels, CONF_TYPE_INT,
0, 0, 0, NULL },
M_OPTION_PROPERTY_CUSTOM("aid", mp_property_audio),
{ "balance", mp_property_balance, CONF_TYPE_FLOAT,