1
1
mirror of https://github.com/wader/fq.git synced 2024-07-14 15:20:31 +03:00

mp4: sbgp: Add not group description for group_description_index 0

This commit is contained in:
Mattias Wadman 2024-03-27 18:24:39 +01:00
parent ae519be2fd
commit 5c8f088328

View File

@ -1457,7 +1457,7 @@ func decodeBox(ctx *decodeContext, d *decode.D, typ string) {
for i := uint64(0); i < entryCount; i++ {
d.FieldStruct("entry", func(d *decode.D) {
d.FieldU32("sample_count")
d.FieldU32("group_description_index")
d.FieldU32("group_description_index", scalar.UintMapDescription{0: "no group"})
})
}
})