Merge staging/1.2.0 changes back to master.
This commit is contained in:
commit
af89f828eb
@ -297,7 +297,7 @@ void guac_rdpsnd_wave_info_handler(guac_rdp_common_svc* svc,
|
||||
|
||||
/* Reset audio stream if format has changed */
|
||||
if (audio != NULL) {
|
||||
if (format < sizeof(rdpsnd->formats))
|
||||
if (format < GUAC_RDP_MAX_FORMATS)
|
||||
guac_audio_stream_reset(audio, NULL,
|
||||
rdpsnd->formats[format].rate,
|
||||
rdpsnd->formats[format].channels,
|
||||
|
Loading…
Reference in New Issue
Block a user