mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Fix typo
PiperOrigin-RevId: 298288236
This commit is contained in:
parent
a6d0caaa3c
commit
2ca363316c
1 changed files with 4 additions and 5 deletions
|
|
@ -43,12 +43,11 @@ public final class ColorInfo implements Parcelable {
|
|||
public final int colorRange;
|
||||
|
||||
/**
|
||||
* The color transfer characteristicks of the video. Valid values are {@link
|
||||
* C#COLOR_TRANSFER_HLG}, {@link C#COLOR_TRANSFER_ST2084}, {@link C#COLOR_TRANSFER_SDR} or {@link
|
||||
* Format#NO_VALUE} if unknown.
|
||||
* The color transfer characteristics of the video. Valid values are {@link C#COLOR_TRANSFER_HLG},
|
||||
* {@link C#COLOR_TRANSFER_ST2084}, {@link C#COLOR_TRANSFER_SDR} or {@link Format#NO_VALUE} if
|
||||
* unknown.
|
||||
*/
|
||||
@C.ColorTransfer
|
||||
public final int colorTransfer;
|
||||
@C.ColorTransfer public final int colorTransfer;
|
||||
|
||||
/** HdrStaticInfo as defined in CTA-861.3, or null if none specified. */
|
||||
@Nullable public final byte[] hdrStaticInfo;
|
||||
|
|
|
|||
Loading…
Reference in a new issue