@disoul/mp4box
Advanced tools
Comparing version 0.3.16-fix.11 to 0.3.16-fix.12
{ | ||
"name": "@disoul/mp4box", | ||
"version": "0.3.16-fix.11", | ||
"version": "0.3.16-fix.12", | ||
"description": "JavaScript version of GPAC's MP4Box tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -248,3 +248,8 @@ /** | ||
buffer = this.reduceBuffer(buffer, 0, start - buffer.fileStart); | ||
this.insertBuffer(newBuffer); | ||
if (buffer.byteLength === 0) { | ||
this.buffers[i] = newBuffer; | ||
} else { | ||
this.buffers[i] = buffer; | ||
this.insertBuffer(newBuffer); | ||
} | ||
break; | ||
@@ -251,0 +256,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1626765
26438