Skip to content

Commit

Permalink
[Widevine][Android] Multiple sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Jun 24, 2024
1 parent d7159ec commit 31d671e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ bool CWVCencSingleSampleDecrypterA::HasLicenseKey(std::string_view keyId)
{
// true = one session for all streams, false = one sessions per stream
// false fixes pixaltion issues on some devices when manifest has multiple encrypted streams
return true;
return false;
}

void CWVCencSingleSampleDecrypterA::GetCapabilities(std::string_view keyId,
Expand Down

0 comments on commit 31d671e

Please sign in to comment.