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
2ca36331
authored
Mar 02, 2020
by
andrewlewis
Committed by
Oliver Woodman
Mar 10, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix typo
PiperOrigin-RevId: 298288236
parent
a6d0caaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
library/common/src/main/java/com/google/android/exoplayer2/video/ColorInfo.java
library/common/src/main/java/com/google/android/exoplayer2/video/ColorInfo.java
View file @
2ca36331
...
@@ -43,12 +43,11 @@ public final class ColorInfo implements Parcelable {
...
@@ -43,12 +43,11 @@ public final class ColorInfo implements Parcelable {
public
final
int
colorRange
;
public
final
int
colorRange
;
/**
/**
* The color transfer characteristic
ks of the video. Valid values are {@link
* The color transfer characteristic
s of the video. Valid values are {@link C#COLOR_TRANSFER_HLG},
*
C#COLOR_TRANSFER_HLG}, {@link C#COLOR_TRANSFER_ST2084}, {@link C#COLOR_TRANSFER_SDR} or {@link
*
{@link C#COLOR_TRANSFER_ST2084}, {@link C#COLOR_TRANSFER_SDR} or {@link Format#NO_VALUE} if
*
Format#NO_VALUE} if
unknown.
* unknown.
*/
*/
@C
.
ColorTransfer
@C
.
ColorTransfer
public
final
int
colorTransfer
;
public
final
int
colorTransfer
;
/** HdrStaticInfo as defined in CTA-861.3, or null if none specified. */
/** HdrStaticInfo as defined in CTA-861.3, or null if none specified. */
@Nullable
public
final
byte
[]
hdrStaticInfo
;
@Nullable
public
final
byte
[]
hdrStaticInfo
;
...
...
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