1
1
mirror of https://github.com/wader/fq.git synced 2024-08-17 07:50:29 +03:00
This commit is contained in:
Mattias Wadman 2024-04-14 12:44:15 +02:00 committed by GitHub
commit f93321e6b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"})
})
}
})