From 1244409e104cc21ad35b688d3b926efadacf7e6b Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Thu, 3 May 2012 10:54:40 +0200 Subject: [PATCH] Add better audio-codec-set command helper --- daemon/commands/audio-codec-set.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/commands/audio-codec-set.cc b/daemon/commands/audio-codec-set.cc index c11ce64cd..92998b86c 100644 --- a/daemon/commands/audio-codec-set.cc +++ b/daemon/commands/audio-codec-set.cc @@ -5,7 +5,7 @@ using namespace std; AudioCodecSetCommand::AudioCodecSetCommand() : - DaemonCommand("audio-codec-set", "audio-codec-set ", "Set a property of a codec") { + DaemonCommand("audio-codec-set", "audio-codec-set ", "Set a property(clock_rate, recv_fmtp, send_fmtp) of a codec") { } void AudioCodecSetCommand::exec(Daemon *app, const char *args) { int payload_type;