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
@ -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…
x
Reference in New Issue
Block a user