av_clip_int8_c

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

extern (C) @nogc nothrow
byte
av_clip_int8_c
(
int a
)

Meta