Skip to content

Commit 61512dd

Browse files
authored
Merge pull request mozilla#247 from mozilla/misc-cleanup
Misc cleanup
2 parents c5b6226 + 083c069 commit 61512dd

File tree

3 files changed

+80
-86
lines changed

3 files changed

+80
-86
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2727
[dependencies]
2828
byteorder = "1.2.1"
2929
bitreader = { version = "0.3.2" }
30-
fallible_collections = { version = "0.2", features = ["std_io"] }
30+
fallible_collections = { version = "0.3", features = ["std_io"] }
3131
hashbrown = "0.9"
3232
num-traits = "=0.2.10"
3333
log = "0.4"

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)