mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
Drop EMSG atoms before MOOV
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=186454715
This commit is contained in:
parent
fba2b46a8b
commit
e3d4464635
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ public final class FragmentedMp4Extractor implements Extractor {
|
|||
* Parses an emsg atom (defined in 23009-1).
|
||||
*/
|
||||
private void onEmsgLeafAtomRead(ParsableByteArray atom) {
|
||||
if (emsgTrackOutputs.length == 0) {
|
||||
if (emsgTrackOutputs == null || emsgTrackOutputs.length == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue