We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7c35a3 + 8aa0f2e commit c5b6226Copy full SHA for c5b6226
mp4parse/src/boxes.rs
@@ -97,6 +97,7 @@ impl PartialEq<&[u8; 4]> for FourCC {
97
}
98
99
100
+#[deny(unreachable_patterns)]
101
box_database!(
102
FileTypeBox 0x6674_7970, // "ftyp"
103
MediaDataBox 0x6d64_6174, // "mdat"
@@ -114,6 +115,13 @@ box_database!(
114
115
MediaHeaderBox 0x6d64_6864, // "mdhd"
116
HandlerBox 0x6864_6c72, // "hdlr"
117
MediaInformationBox 0x6d69_6e66, // "minf"
118
+ ImageReferenceBox 0x6972_6566, // "iref"
119
+ ImagePropertiesBox 0x6970_7270, // "iprp"
120
+ ItemPropertyContainerBox 0x6970_636F, // "ipco"
121
+ ItemPropertyAssociationBox 0x6970_6D61, // "ipma"
122
+ ColorInformationBox 0x636F_6C72, // "colr"
123
+ PixelInformationBox 0x7069_7869, // "pixi"
124
+ AuxiliaryTypeProperty 0x6175_7843, // "auxC"
125
SampleTableBox 0x7374_626c, // "stbl"
126
SampleDescriptionBox 0x7374_7364, // "stsd"
127
TimeToSampleBox 0x7374_7473, // "stts"
0 commit comments