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

Vertical and horizontal tile counts inside Format used by ImageRenderer used to be required to equal 1 and were set to 1 regardless of what the manifest said. This change removes the above requirement and sets the tile counts to the values from the manifest. PiperOrigin-RevId: 590608353