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

Fix video decoding failing on Android due to missing av_dict_{set,free} #6313

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Jun 25, 2024

Closes ppy/osu#28578.

Apparently on Android (and maybe iOS?) these point to null. Probably related to the fact that we're not building our own for these platforms yet. Best-effort fix for now.

…ee}`

Apparently on Android these point to null. Probably related to the fact
that we're not building our own for these platforms yet. Best-effort
fix for now.
@bdach bdach added the next-release Pull requests which are almost there label Jun 25, 2024
@peppy peppy merged commit 94cd76a into ppy:master Jun 25, 2024
21 checks passed
@bdach bdach deleted the fix-decode-android branch June 25, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Background video does not play
2 participants