Fix missing sound arrival time for wave2 PDU
This commit is contained in:
parent
5a5b5eb6dd
commit
0cf4dcc016
@ -547,6 +547,7 @@ static UINT rdpsnd_recv_wave2_pdu(rdpsndPlugin* rdpsnd, wStream* s, UINT16 BodyS
|
||||
Stream_Read_UINT32(s, dwAudioTimeStamp);
|
||||
rdpsnd->waveDataSize = BodySize - 12;
|
||||
format = &rdpsnd->ClientFormats[wFormatNo];
|
||||
rdpsnd->wArrivalTime = GetTickCount();
|
||||
WLog_Print(rdpsnd->log, WLOG_DEBUG, "Wave2PDU: cBlockNo: %"PRIu8" wFormatNo: %"PRIu16"",
|
||||
rdpsnd->cBlockNo, wFormatNo);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user