player: added player_control.audio_format

This replaces the attributes bits, channels, sampleRate.
This commit is contained in:
Max Kellermann
2008-10-10 14:47:58 +02:00
parent 8c33b64847
commit 0b4dfae22e
4 changed files with 12 additions and 17 deletions

View File

@@ -403,7 +403,7 @@ static int commandStatus(struct client *client,
client_printf(client,
COMMAND_STATUS_TIME ": %i:%i\n"
COMMAND_STATUS_BITRATE ": %li\n"
COMMAND_STATUS_AUDIO ": %u:%i:%i\n",
COMMAND_STATUS_AUDIO ": %u:%u:%u\n",
getPlayerElapsedTime(), getPlayerTotalTime(),
getPlayerBitRate(),
getPlayerSampleRate(), getPlayerBits(),