mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +00:00
Fix DrmInitDataTest
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=159554717
This commit is contained in:
parent
8d74ba4850
commit
0ffc3ffd29
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class DrmInitDataTest extends TestCase {
|
|||
TestUtil.buildTestData(128, 1 /* data seed */));
|
||||
private static final SchemeData DATA_2 = new SchemeData(PLAYREADY_UUID, null, VIDEO_MP4,
|
||||
TestUtil.buildTestData(128, 2 /* data seed */));
|
||||
private static final SchemeData DATA_1B = new SchemeData(WIDEVINE_UUID, "cens", VIDEO_MP4,
|
||||
private static final SchemeData DATA_1B = new SchemeData(WIDEVINE_UUID, "cbc1", VIDEO_MP4,
|
||||
TestUtil.buildTestData(128, 1 /* data seed */));
|
||||
private static final SchemeData DATA_2B = new SchemeData(PLAYREADY_UUID, null, VIDEO_MP4,
|
||||
TestUtil.buildTestData(128, 2 /* data seed */));
|
||||
|
|
|
|||
Loading…
Reference in a new issue