Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opus_repacketizer_cat sometimes fails #328

Open
takahiro-kawanaka opened this issue Mar 25, 2024 · 0 comments
Open

opus_repacketizer_cat sometimes fails #328

takahiro-kawanaka opened this issue Mar 25, 2024 · 0 comments

Comments

@takahiro-kawanaka
Copy link

Hello. I found a behavior that seems to be a bug and I would like to report it.

opus_repacketizer_cat() sometimes failed with certain data.
Attached is a file for reproduction with the data.

bug.zip

> gcc bug.c -I./include -L./.libs -lopus -o bug.exe && ./bug.exe
[41] failed repacketizer corrupted stream(-4)

The following line caused opus_repacketizer_cat() to generate an error. it seemed to be a direct result of the TOC being different. I could not figure out why the TOC was changing.
image

I have confirmed reproduction with libopus1.4.
If I change from OPUS_APPLICATION_AUDIO to VOIP, the problem does not occur.
Sorry if I misunderstood something.

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

No branches or pull requests

1 participant