You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: