mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

As Opus decoders skip some bytes prior to playback during a seek, the renderer for bypass playback should send samples to the decoder even if they would be decode-only. However, the renderer should not send samples with time preceding that range. This change adds that constraint. #minor-release PiperOrigin-RevId: 588014983 (cherry picked from commit d1e38abf93353af1bc3fb2d9a0dfbac01e387f3e)