nvpro-samples / vk_video_samples

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

Implement `--help` for decoder app CLI and additional CLI arg validation #62

Closed theHamsta closed 2 months ago

theHamsta commented 6 months ago

This performs three changes to the decoder app CLI parsing

With this refactor a bug is fixed that prevented users to select -vv as strstr would also match the -v option.

PS: with the recent changes to master I'm now also seeing problems with the decoder with Turing.

zlatinski commented 3 months ago

Thank you, Stephan! The changes look good, but the change needs a rebase. Can you please do that? Also, we need to make sure this works on Windows.