dvdepay: Fix 'comparison of unsigned expression >= 0 is always true' compiler warning
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 6 Mar 2012 13:16:21 +0000 (14:16 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 6 Mar 2012 13:16:21 +0000 (14:16 +0100)
commit78079635a6a29812d8dfb88d30b298b64eb80d41
treee2944ab2290cfb73de7c389d478abdfc646ad7e1
parentdad2a52f62ba43488a42e8911ff549d4ecdb0fc3
dvdepay: Fix 'comparison of unsigned expression >= 0 is always true' compiler warning

This was an actual bug as it could've caused reading from
invalid memory areas when the input is broken.
gst/rtp/gstrtpdvdepay.c