-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate
requiresSecureDecoder
logic in ExoMediaDrm
This change: 1. Updates the implementation of `FrameworkMediaDrm.requiresSecureDecoder` to include the 'force allow insecure decoder' workaround logic. 2. Removes the 'force allow insecure decoder' logic from MCR 3. Removes the `requiresSecureDecoder` field from MCR (it can just be a local derived from `codecDrmSession` now). PiperOrigin-RevId: 607664186
- Loading branch information
1 parent
fa3212e
commit c872af4
Showing
3 changed files
with
38 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters