mirror of
https://github.com/androidx/media.git
synced 2025-05-11 01:31:40 +08:00

The class currently tracks the input format itself, updating it too early in onConfigure() instead of onFlush(). This causes issues when the format changes and the new values are applied to the silence skipping logic of the old format. The fix is to use the base class input format handling instead. Issue: androidx/media#1352 PiperOrigin-RevId: 633232368