mirror of
https://github.com/androidx/media.git
synced 2025-05-12 18:19:50 +08:00
Drop EMSG atoms before MOOV
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=186454715
This commit is contained in:
parent
93a40d1048
commit
f69cc191ab
@ -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