mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Merge pull request #2496 from wasabeef/dev-v2-naming-for-clearkey
Clarify naming for ClearKey DRM support
This commit is contained in:
commit
69bd956bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ public class SampleChooserActivity extends Activity {
|
||||||
case "playready":
|
case "playready":
|
||||||
return C.PLAYREADY_UUID;
|
return C.PLAYREADY_UUID;
|
||||||
case "cenc":
|
case "cenc":
|
||||||
return C.CENC_UUID;
|
return C.CLEARKEY_UUID;
|
||||||
default:
|
default:
|
||||||
try {
|
try {
|
||||||
return UUID.fromString(typeString);
|
return UUID.fromString(typeString);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue