av_sat_sub64_c

Subtract two signed 64-bit values with saturation.

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

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

Meta