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

libavutil/avassert.nim is not wrapped yet #7

Open
momeemt opened this issue Mar 2, 2022 · 0 comments
Open

libavutil/avassert.nim is not wrapped yet #7

momeemt opened this issue Mar 2, 2022 · 0 comments
Labels
invalid This doesn't seem right

Comments

@momeemt
Copy link
Owner

momeemt commented Mar 2, 2022

Overview

template av_assert0* (cond: untyped): untyped =
  if not cond:
    # av_log(nil, AV_LOG_PANIC, "Assertion %s failed at %s:%d\n", AV_STRINGIFY(cond), __FILE__, __LINE__)
    abort()
@momeemt momeemt added the invalid This doesn't seem right label Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant