output/shout: remove pointless memset() call

This commit is contained in:
Max Kellermann 2016-07-05 18:02:35 +02:00
parent 58487e484f
commit 1c7de0b4ac
1 changed files with 0 additions and 1 deletions

View File

@ -247,7 +247,6 @@ ShoutOutput::Configure(const config_param &param, Error &error)
{
char temp[11];
memset(temp, 0, sizeof(temp));
snprintf(temp, sizeof(temp), "%u", audio_format.channels);
shout_set_audio_info(shout_conn, SHOUT_AI_CHANNELS, temp);