Skip to content

Commit

Permalink
buffer-controller: update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Oct 16, 2015
1 parent 6d0ebb7 commit b357c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/buffer-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class BufferController {
i;
var buffered2 = [];
// there might be some small holes between buffer time range
// consider that holes smaller than 300 ms are irrelevant and build another
// consider that holes smaller than maxHoleDuration are irrelevant and build another
// buffer time range representations that discards those holes
for (i = 0; i < buffered.length; i++) {
//logger.log('buf start/end:' + buffered.start(i) + '/' + buffered.end(i));
Expand Down

0 comments on commit b357c2d

Please sign in to comment.