av_size_mult

Multiply two size_t values checking for overflow. @return 0 if success, AVERROR(EINVAL) if overflow.

@nogc nothrow extern (C) static
int
av_size_mult
(
size_t a
,
size_t b
,
size_t* r
)

Meta