av_sat_sub32_c

Subtract two signed 32-bit values with saturation.

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

extern (C) @nogc nothrow
int
av_sat_sub32_c
(
int a
,
int b
)

Meta