jp9000 14bfa07168 libobs: Fix unsigned expression warning
Fixes warning introduced by d7848f3cb74 that pops up in GCC:

warning: comparison of unsigned expression < 0 is always false
[-Wtype-limits]

The proper solution was to use the 64bit integer values with the clamp,
and then convert to a 32bit unsigned integer.
2015-11-16 08:22:55 -08:00
..
2015-11-15 09:49:24 -08:00
2015-05-11 20:45:25 +02:00
2015-05-11 20:45:25 +02:00
2015-10-21 07:46:42 -07:00