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

[Issue]: videodecode Sample has code that will never be executed #476

Open
essamROCm opened this issue Dec 16, 2024 · 0 comments
Open

[Issue]: videodecode Sample has code that will never be executed #476

essamROCm opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@essamROCm
Copy link

essamROCm commented Dec 16, 2024

In the "videodecode.cpp Sample":

Variable "use_threading" not used, declared in line 163, and supposed to be used in the following 'if' block.

Line 268, the second part of the 'if' block, will never be executed due to mistakenly using variable 'backend' in line 265 as a condition, which is at that line will always be '1' or true.

@essamROCm essamROCm changed the title videodecode Sample has code that will never be executed [Issue]: videodecode Sample has code that will never be executed Dec 16, 2024
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

No branches or pull requests

2 participants