ffmpeg.nim
ffmpeg.nim copied to clipboard
libavutil/avassert.nim is not wrapped yet
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()