av_clip_uint16_c

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

extern (C) @nogc nothrow
ushort
av_clip_uint16_c
(
int a
)

Meta