allow opus audio (for srt compat)
This commit is contained in:
parent
f98469f09b
commit
20d6bf56fb
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ class MP4Tree {
|
||||||
this.parse_avc1();
|
this.parse_avc1();
|
||||||
} else if (media_sample == 'mp4a') {
|
} else if (media_sample == 'mp4a') {
|
||||||
this.parse_mp4a();
|
this.parse_mp4a();
|
||||||
|
} else if (media_sample == 'Opus') {
|
||||||
|
this.codecs.push('opus');
|
||||||
} else {
|
} else {
|
||||||
this.codecs.push('unsup codec');
|
this.codecs.push('unsup codec');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue