Skip to content

Commit 34f78ed

Browse files
authored
Merge pull request #323 from mozilla/colr
ColourInformationBox (colr) support
2 parents 0327f76 + 05d0cef commit 34f78ed

File tree

4 files changed

+218
-58
lines changed

4 files changed

+218
-58
lines changed

mp4parse/src/boxes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ box_database!(
119119
ItemPropertiesBox 0x6970_7270, // "iprp"
120120
ItemPropertyContainerBox 0x6970_636f, // "ipco"
121121
ItemPropertyAssociationBox 0x6970_6d61, // "ipma"
122-
ColorInformationBox 0x636f_6c72, // "colr"
122+
ColourInformationBox 0x636f_6c72, // "colr"
123123
ImageSpatialExtentsProperty 0x6973_7065, // "ispe"
124124
PixelInformationBox 0x7069_7869, // "pixi"
125125
AuxiliaryTypeProperty 0x6175_7843, // "auxC"

0 commit comments

Comments
 (0)