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
So if you call Stream::hasNewFrame() before you've captured any frames, what's the value of m_newFrame?
I ran into a 'illegal instruction' when I build this with zig cc, so I guessed what was happening was it was getting caught by one of clang's sanitizers: whatever value m_newFrame is, it shouldn't actually matter, so it runs just fine when you turn off all the sanitizers.
The text was updated successfully, but these errors were encountered:
So if you call Stream::hasNewFrame() before you've captured any frames, what's the value of m_newFrame?
I ran into a 'illegal instruction' when I build this with zig cc, so I guessed what was happening was it was getting caught by one of clang's sanitizers: whatever value m_newFrame is, it shouldn't actually matter, so it runs just fine when you turn off all the sanitizers.
The text was updated successfully, but these errors were encountered: