mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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;
|
public final int colorRange;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The color transfer characteristicks of the video. Valid values are {@link
|
* The color transfer characteristics 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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue