Skip to content

Commit

Permalink
Merge pull request #158 from abema/fix-mp4tool-divide
Browse files Browse the repository at this point in the history
Update mp4tool-divide #157
  • Loading branch information
sunfish-shogi committed Dec 21, 2023
2 parents bf6e688 + 48e4350 commit cd92953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/mp4tool/internal/divide/divide.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ func divide(inputFilePath, outputDir string) error {
h.BoxInfo.Type == mp4.BoxTypeMvhd() ||
h.BoxInfo.Type == mp4.BoxTypeTrak() ||
h.BoxInfo.Type == mp4.BoxTypeMvex() ||
h.BoxInfo.Type == mp4.BoxTypeUdta() {
h.BoxInfo.Type == mp4.BoxTypeUdta() ||
h.BoxInfo.Type == mp4.BoxTypeSidx() {

var writeAll bool
var trackID uint32
Expand Down

0 comments on commit cd92953

Please sign in to comment.