Add av1C to atom list comment in colr atom parse
This commit is contained in:
parent
5bca9d8a41
commit
9d43cdac17
@ -1328,8 +1328,8 @@ import java.util.List;
|
|||||||
// established by the bitstream. The absence of color descriptors ('colorSpace' and
|
// established by the bitstream. The absence of color descriptors ('colorSpace' and
|
||||||
// 'colorTransfer') does not necessarily mean that 'colorRange' has default values, hence it
|
// 'colorTransfer') does not necessarily mean that 'colorRange' has default values, hence it
|
||||||
// is not being verified here.
|
// is not being verified here.
|
||||||
// If 'Atom.TYPE_avcC', 'Atom.TYPE_hvcC' or 'Atom.TYPE_vpcC' is available, they will take
|
// If 'Atom.TYPE_avcC', 'Atom.TYPE_hvcC', 'Atom.TYPE_vpcC' or 'Atom.TYPE_av1c' is available,
|
||||||
// precedence and overwrite any existing values.
|
// they will take precedence and overwrite any existing values.
|
||||||
if (colorSpace == Format.NO_VALUE && colorTransfer == Format.NO_VALUE) {
|
if (colorSpace == Format.NO_VALUE && colorTransfer == Format.NO_VALUE) {
|
||||||
int colorType = parent.readInt();
|
int colorType = parent.readInt();
|
||||||
if (colorType == TYPE_nclx || colorType == TYPE_nclc) {
|
if (colorType == TYPE_nclx || colorType == TYPE_nclc) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user