Commit dc171633 by wasabeef

Clarify naming for ClearKey DRM support

parent 5fe5076c
......@@ -268,7 +268,7 @@ public class SampleChooserActivity extends Activity {
case "playready":
return C.PLAYREADY_UUID;
case "cenc":
return C.CENC_UUID;
return C.CLEARKEY_UUID;
default:
try {
return UUID.fromString(typeString);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment