diff options
Diffstat (limited to 'vendor/github.com/abema/go-mp4/marshaller.go')
-rw-r--r-- | vendor/github.com/abema/go-mp4/marshaller.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/abema/go-mp4/marshaller.go b/vendor/github.com/abema/go-mp4/marshaller.go index b5c66860b..18ff79a0c 100644 --- a/vendor/github.com/abema/go-mp4/marshaller.go +++ b/vendor/github.com/abema/go-mp4/marshaller.go @@ -8,7 +8,7 @@ import ( "math" "reflect" - "github.com/abema/go-mp4/bitio" + "github.com/abema/go-mp4/internal/bitio" ) const ( |