Skip to content

Commit

Permalink
Merge pull request #386 from gspinoza/master
Browse files Browse the repository at this point in the history
doc: Fix variable naming inconsistency in MP4Box initialization
  • Loading branch information
cconcolato authored Feb 22, 2024
2 parents a8f4cd8 + 9c8b26f commit fbc0348
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 fbc0348

Please sign in to comment.