1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00

mp4: Add smhd box

This commit is contained in:
Mattias Wadman 2021-11-22 13:26:32 +01:00
parent abcecb8156
commit 2e71fa1380

View File

@ -1235,5 +1235,11 @@ func init() {
d.FieldU32("vert_off_n")
d.FieldU32("vert_off_d")
},
"smhd": func(_ *decodeContext, d *decode.D) {
d.FieldU8("version")
d.FieldU24("flags")
d.FieldFP16("balance")
d.FieldU16("reserved")
},
}
}