mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
When converting NAL units from AnnexB to Avcc format, one byte at a time was read. In fact many bytes were read multiple times due to suboptimal logic. Changed the logic to read 4 bytes at once and also to avoid reading same bytes again. This improved the time taken for writing a batch of 30 samples from 40ms to 20ms. PiperOrigin-RevId: 673025781 |
||
|---|---|---|
| .. | ||
| java/androidx/media3/muxer | ||
| AndroidManifest.xml | ||