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: Support FFmpeg 5.1.x for decoding #3816

Merged
merged 1 commit into from Nov 2, 2022

Conversation

marysaka
Copy link
Contributor

@marysaka marysaka commented Oct 31, 2022

For some reason FFmpeg 5.1.x reverted part of the changes made in 5.0.x on AVCodec.

This fix decoding issues with it.

Close #3645

For some reason FFmpeg 5.1.x reverted part of the changes made in 5.0.x
on AVCodec.

This fix decoding issues with it.
@marysaka marysaka added fix Fix something nvdec Suggestion or issue related to nvdec codec labels Oct 31, 2022
@piplup55

This comment was marked as outdated.

Copy link
Member

@gdkchan gdkchan left a comment

Choose a reason for hiding this comment

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

LGTM, thanks. Weird that they keep changing this. We should probably ship our own build of FFMPEG on Linux to avoid issues like this in the future.

@marysaka marysaka merged commit 7d8e198 into Ryujinx:master Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix something nvdec Suggestion or issue related to nvdec codec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FFMPEG 5.1+ breaks video rendering (green screen)
4 participants