xvimagesink: Fix 'comparison of unsigned expression >= 0 is always true'
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 6 Mar 2012 11:47:33 +0000 (12:47 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 6 Mar 2012 11:47:33 +0000 (12:47 +0100)
commitc2dc843c7edc9ced051fae10d2f96bd20bbb0fa2
treefa719e4e19b7150925013c9dbf790742bc8acff4
parent1af6f94d843e321130de802803d9e688eee56de1
xvimagesink: Fix 'comparison of unsigned expression >= 0 is always true'

-1 aka 0xffffffff is the only possible 'negative' value that is used
as a special value for 'not set' here. All other positive values are
valid.
sys/xvimage/xvimagesink.c