Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b7739283
authored
Aug 18, 2020
by
William King
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add back removed tests
parent
081c5900
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/MatroskaExtractorTest.java
library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/MatroskaExtractorTest.java
View file @
b7739283
...
@@ -64,6 +64,12 @@ public final class MatroskaExtractorTest {
...
@@ -64,6 +64,12 @@ public final class MatroskaExtractorTest {
}
}
@Test
@Test
public
void
webmSubsampleEncryptionWithAltrefFrames
()
throws
Exception
{
ExtractorAsserts
.
assertBehavior
(
MatroskaExtractor:
:
new
,
"mkv/subsample_encrypted_altref.webm"
,
simulationConfig
);
}
@Test
public
void
mkvSampleWithProfile5DolbyVision
()
throws
Exception
{
public
void
mkvSampleWithProfile5DolbyVision
()
throws
Exception
{
ExtractorAsserts
.
assertBehavior
(
ExtractorAsserts
.
assertBehavior
(
MatroskaExtractor:
:
new
,
"mkv/dvhe_05_05.mkv"
,
simulationConfig
);
MatroskaExtractor:
:
new
,
"mkv/dvhe_05_05.mkv"
,
simulationConfig
);
...
@@ -73,5 +79,5 @@ public final class MatroskaExtractorTest {
...
@@ -73,5 +79,5 @@ public final class MatroskaExtractorTest {
public
void
mkvSampleWithProfile8DolbyVision
()
throws
Exception
{
public
void
mkvSampleWithProfile8DolbyVision
()
throws
Exception
{
ExtractorAsserts
.
assertBehavior
(
ExtractorAsserts
.
assertBehavior
(
MatroskaExtractor:
:
new
,
"mkv/hev1_08_05.mkv"
,
simulationConfig
);
MatroskaExtractor:
:
new
,
"mkv/hev1_08_05.mkv"
,
simulationConfig
);
}
}
g
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment