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
14c842e5
authored
Feb 05, 2022
by
Dustin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add coverage for max ref frames
parent
84d3f62e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
library/extractor/src/test/java/com/google/android/exoplayer2/util/NalUnitUtilTest.java
library/extractor/src/test/java/com/google/android/exoplayer2/util/NalUnitUtilTest.java
View file @
14c842e5
...
@@ -134,6 +134,7 @@ public final class NalUnitUtilTest {
...
@@ -134,6 +134,7 @@ public final class NalUnitUtilTest {
assertThat
(
data
.
pixelWidthHeightRatio
).
isEqualTo
(
1.0f
);
assertThat
(
data
.
pixelWidthHeightRatio
).
isEqualTo
(
1.0f
);
assertThat
(
data
.
picOrderCountType
).
isEqualTo
(
0
);
assertThat
(
data
.
picOrderCountType
).
isEqualTo
(
0
);
assertThat
(
data
.
separateColorPlaneFlag
).
isFalse
();
assertThat
(
data
.
separateColorPlaneFlag
).
isFalse
();
assertThat
(
data
.
maxNumRefFrames
).
isEqualTo
(
4
);
}
}
@Test
@Test
...
...
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