Skip to content

Commit a29017d

Browse files
committed
Consistently use lowercase hex values in box_database
1 parent 480d170 commit a29017d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mp4parse/src/boxes.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ box_database!(
117117
MediaInformationBox 0x6d69_6e66, // "minf"
118118
ImageReferenceBox 0x6972_6566, // "iref"
119119
ImagePropertiesBox 0x6970_7270, // "iprp"
120-
ItemPropertyContainerBox 0x6970_636F, // "ipco"
121-
ItemPropertyAssociationBox 0x6970_6D61, // "ipma"
122-
ColorInformationBox 0x636F_6C72, // "colr"
120+
ItemPropertyContainerBox 0x6970_636f, // "ipco"
121+
ItemPropertyAssociationBox 0x6970_6d61, // "ipma"
122+
ColorInformationBox 0x636f_6c72, // "colr"
123123
PixelInformationBox 0x7069_7869, // "pixi"
124124
AuxiliaryTypeProperty 0x6175_7843, // "auxC"
125125
SampleTableBox 0x7374_626c, // "stbl"
@@ -158,8 +158,8 @@ box_database!(
158158
SchemeTypeBox 0x7363_686d, // "schm"
159159
MP3AudioSampleEntry 0x2e6d_7033, // ".mp3" - from F4V.
160160
CompositionOffsetBox 0x6374_7473, // "ctts"
161-
LPCMAudioSampleEntry 0x6C70_636D, // "lpcm" - quicktime atom
162-
ALACSpecificBox 0x616C_6163, // "alac" - Also used by ALACSampleEntry
161+
LPCMAudioSampleEntry 0x6c70_636d, // "lpcm" - quicktime atom
162+
ALACSpecificBox 0x616c_6163, // "alac" - Also used by ALACSampleEntry
163163
UuidBox 0x7575_6964, // "uuid"
164164
MetadataBox 0x6d65_7461, // "meta"
165165
MetadataHeaderBox 0x6d68_6472, // "mhdr"

0 commit comments

Comments
 (0)