Skip to content

Commit

Permalink
replace null ESD URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato committed May 17, 2018
1 parent 183886f commit 8c6387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descriptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var MPEG4DescriptorParser = function () {
this.URL = stream.readString(l);
this.size -= l+1;
} else {
this.URL = null;
this.URL = "";
}
if (this.flags & 0x20) {
this.OCR_ES_ID = stream.readUint16();
Expand Down

0 comments on commit 8c6387a

Please sign in to comment.