mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00

I removed the buffer.flip() call because it seems incompatible with the way MetadataRenderer deals with the Stream - it calls flip() itself on line 126. Tests fail with flip() here, and pass without it... PiperOrigin-RevId: 263381799