-
Notifications
You must be signed in to change notification settings - Fork 751
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
No AV_CHANNEL_LAYOUT_STEREO in java lib #1286
Labels
Comments
We'd have to map them, which shouldn't be too hard actually. Would you like to give it a try? |
saudet
added a commit
that referenced
this issue
Dec 8, 2022
Done in commit bd67bb6. Please give it a try with the snapshots: http://bytedeco.org/builds/ |
Thanks so much, I'm still studying JavaCPP, you've done the job. |
I'll try it |
Fix released with version 1.5.9! Thanks for reporting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In sample muxing.c, AV_CHANNEL_LAYOUT_STEREO is used. But I cannot find the definition in java lib.
The text was updated successfully, but these errors were encountered: