mirror of
https://github.com/androidx/media.git
synced 2025-05-15 19:49:50 +08:00

Previously samples belonging to disabled tracks would just accumulate in an arbitrarily long queue in TsExtractor. We need to actively throw samples away from disabled tracks up to the current playback position, so as to prevent this. Issue: #174