chansrv: reset opus support on init
This commit is contained in:
parent
2f5b84b712
commit
9c5c0660b2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user