nvpro-samples / vk_video_samples

Vulkan video samples
Apache License 2.0
253 stars 41 forks source link

decoder should respect more vulkan capability limits #9

Closed airlied closed 2 years ago

airlied commented 2 years ago

It looks like the player reads the VkVideoCapabilitiesKHR struct, but doesn't seem to use them anywhere.

I think it should probably be making sure alignments for bs and video picture granularity are properly support.

zlatinski commented 2 years ago

It looks like the player reads the VkVideoCapabilitiesKHR struct, but doesn't seem to use them anywhere.

I think it should probably be making sure alignments for bs and video picture granularity are properly support.

I agree with you, Dave. We should consider the fields from VkVideoCapabilitiesKHR when dealing with the bitstream and the images. We'll do that as part of the future sample app releases.

zlatinski commented 2 years ago

Done as part of the last release.