Skip to content

Commit

Permalink
Remove note -- no longer the case
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed May 20, 2024
1 parent 454b9e5 commit b9f9e34
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ public int configure(byte[] config) {

int ret = configureRaw(buffer);

// This function still seems to mangle decoder configs, so we have a workaround
// to decode it and write our own, to avoid LP mangling.
if (ret != 0) {
try (ByteArrayInputStream stream = new ByteArrayInputStream(config)) {
BitStreamReader reader = new BitStreamReader(stream);
Expand Down

0 comments on commit b9f9e34

Please sign in to comment.