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

Theora: Fix YUV422/444 to RGB conversion #102859

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

berarma
Copy link
Contributor

@berarma berarma commented Feb 14, 2025

The last line wasn't being converted and thus was transparent. This wasn't easily noticeable until scaling the image with linear filtering, then a line with a new color appeared at the bottom.

Fixes #87705.

The last line wasn't being converted thus was missing in the resulting frame.
@berarma berarma requested a review from a team as a code owner February 14, 2025 14:43
@akien-mga akien-mga changed the title Theora: fix YUV422/444 to RGB conversion Theora: Fix YUV422/444 to RGB conversion Feb 14, 2025
@akien-mga akien-mga added this to the 4.x milestone Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gray line at the bottom of scaled VideoStreamPlayer
2 participants