mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 14:42:25 -05:00
[chore]: Bump github.com/abema/go-mp4 from 1.1.1 to 1.2.0 (#2559)
This commit is contained in:
parent
a858831387
commit
605b2fde91
9 changed files with 170 additions and 5 deletions
3
vendor/github.com/abema/go-mp4/box_info.go
generated
vendored
3
vendor/github.com/abema/go-mp4/box_info.go
generated
vendored
|
|
@ -12,6 +12,9 @@ type Context struct {
|
|||
// IsQuickTimeCompatible represents whether ftyp.compatible_brands contains "qt ".
|
||||
IsQuickTimeCompatible bool
|
||||
|
||||
// QuickTimeKeysMetaEntryCount the expected number of items under the ilst box as observed from the keys box
|
||||
QuickTimeKeysMetaEntryCount int
|
||||
|
||||
// UnderWave represents whether current box is under the wave box.
|
||||
UnderWave bool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue