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

* Rename method f(n) to a more helpful name. * Move the private inner class to the bottom. * Move public fields before private fields but below the static field. * Make `private ParsableByteArray data` final. * Make sure `parseSequenceHeader` can only be called once.