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

buffer: h264: Enable use of slice arrays #10

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

bgrzesik
Copy link
Collaborator

@bgrzesik bgrzesik commented Mar 5, 2024

No description provided.

src/buffer.rs Show resolved Hide resolved
src/buffer.rs Outdated Show resolved Hide resolved
@Gnurou
Copy link
Collaborator

Gnurou commented Mar 8, 2024

Looking good - a description of this CL and why we decide to use slice arrays would be helpful. We currently do have the required context, but someone else several years down the line might not.

This commit enables the use of multiple VAPictureParameterBufferH264 in a
single VABuffer. It is required for intel-media-driver to handle
correctly pictures made up using multiple slices.
@Gnurou Gnurou merged commit cc95da6 into chromeos:main Mar 13, 2024
2 checks passed
@bgrzesik bgrzesik deleted the h264-slice-arrays branch March 13, 2024 07:53
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.

None yet

2 participants