Skip to content

Commit

Permalink
Deploying to gh-pages from @ c410ed6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Nov 10, 2024
1 parent be81699 commit cb0bd75
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/mp4box.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -8264,6 +8264,7 @@ ISOFile.prototype.flattenItemInfo = function() {
}
item.content_type = meta.iinf.item_infos[i].content_type;
item.content_encoding = meta.iinf.item_infos[i].content_encoding;
item.item_uri_type = meta.iinf.item_infos[i].item_uri_type;
}
if (meta.grpl) {
for (i = 0; i < meta.grpl.boxes.length; i++) {
Expand Down
4 changes: 2 additions & 2 deletions dist/mp4box.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp4box.all.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp4box.simple.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/isofile-item-processing.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ISOFile.prototype.flattenItemInfo = function() {
}
item.content_type = meta.iinf.item_infos[i].content_type;
item.content_encoding = meta.iinf.item_infos[i].content_encoding;
item.item_uri_type = meta.iinf.item_infos[i].item_uri_type;
}
if (meta.grpl) {
for (i = 0; i < meta.grpl.boxes.length; i++) {
Expand Down

0 comments on commit cb0bd75

Please sign in to comment.