av_sat_add64_c

Add two signed 64-bit values with saturation.

@param a one value @param b another value @return sum with signed saturation

extern (C) @nogc nothrow
long
av_sat_add64_c
(
long a
,
long b
)

Meta