Avoid expensive equality checks in DefaultTrackOutput.
If the media format changes from one Format object to another one that's is equal (but not the same object), readData would end up performing an expensive equality evaluation on every invocation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121362300
Showing
with
8 additions
and
5 deletions
Please
register
or
sign in
to comment