mirror of
https://github.com/wader/fq.git
synced 2024-11-23 00:57:15 +03:00
Merge pull request #513 from wader/mp4-decode-hnti-hint
mp4: Decode hint and hnti child boxes
This commit is contained in:
commit
3dee9ba099
@ -1605,6 +1605,10 @@ func decodeBox(ctx *decodeContext, d *decode.D, typ string) {
|
||||
2: 180,
|
||||
3: 270,
|
||||
})
|
||||
case "hnti":
|
||||
decodeBoxes(ctx, d)
|
||||
case "hint":
|
||||
decodeBoxes(ctx, d)
|
||||
default:
|
||||
if mb := ctx.currentMetaBox(); mb != nil && ctx.parent().typ == "ilst" {
|
||||
// unknown type inside a metadata box with ilst as parent, decode item boxes
|
||||
|
Loading…
Reference in New Issue
Block a user