av_clip_int16_c

Clip a signed integer value into the -32768,32767 range. @param a value to clip @return clipped value

extern (C) @nogc nothrow
short
av_clip_int16_c
(
int a
)

Meta