nvpro-samples / vk_video_samples

Vulkan video samples
Apache License 2.0
237 stars 40 forks source link

vk_video_decoder: fix segv with invalid args #37

Closed dabrain34 closed 1 year ago

dabrain34 commented 1 year ago

Fix crash with ./vk-video-dec-test -h (to get the help) Fix other use case where atoi is used with a null string.

zlatinski commented 1 year ago

Merged - thank you!