Skip to content

Commit

Permalink
Update bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
bbert committed Jan 4, 2023
1 parent ec7f679 commit 5a2bc83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/iso_boxer.js
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,8 @@ ISOBox.prototype._boxProcessors['payl'] = function() {
ISOBox.prototype._boxProcessors['prft'] = function() {
this._procFullBox();
this._procField('reference_track_ID', 'uint', 32);
this._procField('ntp_timestamp', 'uint', 64);
this._procField('ntp_timestamp_sec', 'uint', 32);
this._procField('ntp_timestamp_frac', 'uint', 32);
this._procField('media_time', 'uint', (this.version == 1) ? 64 : 32);
};

Expand Down
Loading

0 comments on commit 5a2bc83

Please sign in to comment.