mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
3e452352f0
Current CLAMP checks both if the value is below 0 or above 255. Considering it is an unsigned value it can never be less than zero, so that comparison is unnecessary. Switching to using if just for the upper bound. CID #1139796 |
||
---|---|---|
.. | ||
blur-example.py | ||
burn-example.py | ||
gstburn.c | ||
gstburn.h | ||
gstchromium.c | ||
gstchromium.h | ||
gstdilate.c | ||
gstdilate.h | ||
gstdodge.c | ||
gstdodge.h | ||
gstexclusion.c | ||
gstexclusion.h | ||
gstgaudieffectsorc-dist.c | ||
gstgaudieffectsorc-dist.h | ||
gstgaudieffectsorc.orc | ||
gstgaussblur.c | ||
gstgaussblur.h | ||
gstplugin.c | ||
gstplugin.h | ||
gstsolarize.c | ||
gstsolarize.h | ||
Makefile.am |