ffmpeg.nim icon indicating copy to clipboard operation
ffmpeg.nim copied to clipboard

libavutil/avassert.nim is not wrapped yet

Open momeemt opened this issue 4 years ago • 0 comments

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 avatar Mar 02 '22 06:03 momeemt