Skip to content

Commit

Permalink
doc: Fix variable naming inconsistency in MP4Box initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
gspinoza committed Feb 21, 2024
1 parent a8f4cd8 commit 9c8b26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Indicates that no more data will be received and that all remaining samples shou
### Segmentation ###

```javascript
var mp4box = MP4Box.createFile();
var mp4boxfile = MP4Box.createFile();
mp4boxfile.onReady = function(info) {
...
mp4boxfile.onSegment = function (id, user, buffer, sampleNumber, last) {}
Expand Down

0 comments on commit 9c8b26f

Please sign in to comment.