chansrv: reset opus support on init

This commit is contained in:
Jay Sorg 2015-01-10 00:50:46 -08:00
parent 2f5b84b712
commit 9c5c0660b2

View File

@ -808,6 +808,9 @@ sound_init(void)
/* save data from sound_server_source */
fifo_init(&g_in_fifo, 100);
g_client_does_opus = 0;
g_client_opus_index = 0;
return 0;
}