mirror of
https://github.com/androidx/media.git
synced 2025-05-07 07:30:22 +08:00

* AudioTagPayloadReader was strangely parsing an audioSpecificConfig itself, using the parsed values to build a new audioSpecificConfig, then passing the newly constructed instance to be parsed by CodecSpecificDataUtil. Unfortunately the translation was lossy ;). * Treat Duration=0 as an unknown duration. Issue #1137 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=112143569