RFR: 8277309: Add support for H.265/HEVC to HTTP Live Streaming

Kevin Rushforth kcr at openjdk.java.net
Fri Feb 4 17:52:18 UTC 2022


On Fri, 4 Feb 2022 17:19:36 GMT, yosbits <duke at openjdk.java.net> wrote:

> Why not use BitSet instead of ArrayList?

Can you be more specific? The only use of `ArrayList` that I see in the patch is in code that uses a few already-existing lists. Changing that to some other data structure would be an unrelated change that seems out of scope for this fix.

-------------

PR: https://git.openjdk.java.net/jfx/pull/726


More information about the openjfx-dev mailing list