Skip to content

Commit fca4964

Browse files
authored
Merge pull request #302 from mozilla/avif-transforms
Add AVIF transform support
2 parents dd96773 + 1101cbe commit fca4964

20 files changed

+615
-230
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2929
byteorder = "1.2.1"
3030
bitreader = { version = "0.3.2" }
3131
env_logger = "0.8"
32-
fallible_collections = { version = "0.3", features = ["std_io"] }
32+
fallible_collections = { version = "0.4", features = ["std_io"] }
3333
hashbrown = "0.9"
3434
num-traits = "0.2.14"
3535
log = "0.4"

mp4parse/src/boxes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ box_database!(
121121
ItemPropertyContainerBox 0x6970_636f, // "ipco"
122122
ItemPropertyAssociationBox 0x6970_6d61, // "ipma"
123123
ColorInformationBox 0x636f_6c72, // "colr"
124+
ImageSpatialExtentsProperty 0x6973_7065, // "ispe"
124125
PixelInformationBox 0x7069_7869, // "pixi"
125126
AuxiliaryTypeProperty 0x6175_7843, // "auxC"
126127
CleanApertureBox 0x636c_6170, // "clap"

0 commit comments

Comments
 (0)