mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Previously, the input buffer accessUnit count was passed as the output of the audio processors which did not make sense as the processors can split buffers. This patch passes the access unit count through a member variable. PiperOrigin-RevId: 295572577