av_clip_c

Clip a signed integer value into the amin-amax range. @param a value to clip @param amin minimum value of the clip range @param amax maximum value of the clip range @return clipped value

extern (C) @nogc nothrow
int
av_clip_c
(
int a
,
int amin
,
int amax
)

Meta