Skip to content

Conversation

mondain
Copy link

@mondain mondain commented Oct 28, 2020

No description provided.

@@ -51,15 +53,15 @@ public int getNumberOfSamples() {

private void calculateStructure() {
byte[] d = getData();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the bug exposed in the opus writer test

@@ -413,7 +468,15 @@ public void close() throws IOException {
for (AudioVisualDataAndSid avData : writtenPackets) {
OggPacketWriter avw = w;
if (avData.sid != sid) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the issue with int to object key matching

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant