- build ICE stack without OpenSSL dependency

This commit is contained in:
2025-01-27 13:30:08 +03:00
parent 84d11d3b04
commit 34e43bf301
5 changed files with 6 additions and 5 deletions

View File

@@ -190,7 +190,7 @@ static AmrPayload parseAmrPayload(AmrPayloadInfo& input)
AmrFrame frame;
frame.mFrameType = FT;
frame.mSTI = 0;
frame.mMode = FT < SID_FT ? FT : 0xFF;
frame.mGoodQuality = Q == 1;
frame.mTimestamp = input.mCurrentTimestamp;