summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/abema/go-mp4/box_types.go2
-rw-r--r--vendor/modules.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/vendor/github.com/abema/go-mp4/box_types.go b/vendor/github.com/abema/go-mp4/box_types.go
index 1126d643b..dc4231e3a 100644
--- a/vendor/github.com/abema/go-mp4/box_types.go
+++ b/vendor/github.com/abema/go-mp4/box_types.go
@@ -1548,6 +1548,7 @@ func (*Saiz) GetType() BoxType {
func BoxTypeAvc1() BoxType { return StrToBoxType("avc1") }
func BoxTypeEncv() BoxType { return StrToBoxType("encv") }
func BoxTypeHev1() BoxType { return StrToBoxType("hev1") }
+func BoxTypeHvc1() BoxType { return StrToBoxType("hvc1") }
func BoxTypeMp4a() BoxType { return StrToBoxType("mp4a") }
func BoxTypeEnca() BoxType { return StrToBoxType("enca") }
func BoxTypeAvcC() BoxType { return StrToBoxType("avcC") }
@@ -1557,6 +1558,7 @@ func init() {
AddAnyTypeBoxDef(&VisualSampleEntry{}, BoxTypeAvc1())
AddAnyTypeBoxDef(&VisualSampleEntry{}, BoxTypeEncv())
AddAnyTypeBoxDef(&VisualSampleEntry{}, BoxTypeHev1())
+ AddAnyTypeBoxDef(&VisualSampleEntry{}, BoxTypeHvc1())
AddAnyTypeBoxDef(&AudioSampleEntry{}, BoxTypeMp4a())
AddAnyTypeBoxDef(&AudioSampleEntry{}, BoxTypeEnca())
AddAnyTypeBoxDef(&AVCDecoderConfiguration{}, BoxTypeAvcC())
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 2aafb97cc..91d7bee1b 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -73,7 +73,7 @@ codeberg.org/gruf/go-store/v2/util
## explicit; go 1.19
github.com/KimMachineGun/automemlimit
github.com/KimMachineGun/automemlimit/memlimit
-# github.com/abema/go-mp4 v0.9.0
+# github.com/abema/go-mp4 v0.10.0
## explicit; go 1.14
github.com/abema/go-mp4
github.com/abema/go-mp4/bitio