summaryrefslogtreecommitdiff
path: root/vendor/github.com/abema/go-mp4/box_info.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/abema/go-mp4/box_info.go')
-rw-r--r--vendor/github.com/abema/go-mp4/box_info.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/abema/go-mp4/box_info.go b/vendor/github.com/abema/go-mp4/box_info.go
index 402b418ef..1cb4b8aa7 100644
--- a/vendor/github.com/abema/go-mp4/box_info.go
+++ b/vendor/github.com/abema/go-mp4/box_info.go
@@ -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