From 2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Thu, 24 Apr 2014 17:56:26 +0200 Subject: options: rename audio-related options/properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renamed options: --audiofile → --audio-file --audiofile-cache → --audio-file-cache --channels → --audio-channels --format → --audio-format --srate → --audio-samplerate Renamed properties: samplerate → audio-samplerate channels → audio-channels --- player/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player') 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, -- cgit v1.2.3