Skip to content

Commit a70430b

Browse files
authored
Fix mvex child box name to be trex (#439)
1 parent 3695364 commit a70430b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/box.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var BoxParser = {
3333
[{type: "minf", name: "MediaInformationBox"}],
3434
[{type: "dinf", name: "DataInformationBox"}],
3535
[{type: "stbl", name: "SampleTableBox"}, ["sgpd", "sbgp"]],
36-
[{type: "mvex", name: "MovieExtendsBox"}, ["tref"]],
36+
[{type: "mvex", name: "MovieExtendsBox"}, ["trex"]],
3737
[{type: "moof", name: "CompressedMovieFragmentBox"}, ["traf"]],
3838
[{type: "traf", name: "TrackFragmentBox"}, ["trun", "sgpd", "sbgp"]],
3939
[{type: "vttc", name: "VTTCueBox"}],

0 commit comments

Comments
 (0)