nvpro-samples / vk_video_samples

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

Fix windows build and correctly wait for the frame to finish decoding before outputting to file. #70

Closed vasn1k closed 6 months ago

vasn1k commented 6 months ago

Fixes a warning that turns into an error on MSVCs.

Fixes an issue with waiting for fences when the first wait times out.