av_clipl_int32_c

Clip a signed 64-bit integer value into the -2147483648,2147483647 range. @param a value to clip @return clipped value

extern (C) @nogc nothrow
int
av_clipl_int32_c
(
long a
)

Meta