ffmpeg.libavutil.avassert

@file simple assert() macros that are a bit more flexible than ISO C assert(). @author Michael Niedermayer <michaelni@gmx.at>

Members

Functions

av_assert0_fpu
void av_assert0_fpu()

Assert that floating point operations can be executed.

av_assert1
auto av_assert1(T cond)

assert() equivalent, that does not lie in speed critical code. These asserts() thus can be enabled without fearing speed loss.

av_assert2
auto av_assert2(T cond)

assert() equivalent, that does lie in speed critical code.

av_assert2_fpu
auto av_assert2_fpu()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta