av_clip_uint8_c

Clip a signed integer value into the 0-255 range. @param a value to clip @return clipped value

extern (C) @nogc nothrow
ubyte
av_clip_uint8_c
(
int a
)

Meta