mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
e4b584b3e5
CLAMP checks both if value is '< 0' and '> max'. Value will never be a negative number since it is an unsigned integer. Removing that check and only checking if it is bigger than max by using MIN(). CID 1320707 |
||
---|---|---|
.. | ||
.gitignore | ||
blend.c | ||
blend.h | ||
blendorc.h | ||
compositor.c | ||
compositor.h | ||
compositororc-dist.c | ||
compositororc-dist.h | ||
compositororc.orc | ||
compositorpad.h | ||
Makefile.am |