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

output: Add bit depth property #2112

Merged
merged 2 commits into from
Jan 23, 2024
Merged

output: Add bit depth property #2112

merged 2 commits into from
Jan 23, 2024

Conversation

soreau
Copy link
Member

@soreau soreau commented Jan 22, 2024

Currently supports 8 and 10 bpc.

Fixes #2103.

soreau and others added 2 commits January 22, 2024 14:06
Currently supports 8 and 10 bpc.

Fixes #2103.
Copy link
Member

@ammen99 ammen99 left a comment

Choose a reason for hiding this comment

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

LGTM. I pushed two small changes, mostly was wondering why we need the invalid format at the end of the list? When we have a std::vector, we can simply iterate over the list and don't need the last invalid format, right @soreau? (asking to make sure I didn't break something I don't understand)

@soreau
Copy link
Member Author

soreau commented Jan 23, 2024

LGTM. I pushed two small changes, mostly was wondering why we need the invalid format at the end of the list? When we have a std::vector, we can simply iterate over the list and don't need the last invalid format, right @soreau? (asking to make sure I didn't break something I don't understand)

Yes, your changes LGTM too. 👍

@ammen99 ammen99 merged commit 9c9630d into master Jan 23, 2024
8 checks passed
@ammen99 ammen99 deleted the bit-depth branch January 23, 2024 12:27
ammen99 pushed a commit that referenced this pull request Mar 13, 2024
* output: Add bit depth property

Currently supports 8 and 10 bpc.

Fixes #2103.
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

Successfully merging this pull request may close these issues.

10-bit color
2 participants