gst-libs/gst/rtp/gstrtppayloads.c: Use unsigned G_MAXUINT8 instead of -1 to initialis...
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 8 Oct 2007 17:40:17 +0000 (17:40 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 8 Oct 2007 17:40:17 +0000 (17:40 +0000)
commit41ae026041971da6d22195fb5d123117abf7fd31
treec036e5ce136fe8c53f952df25b1c56c14bfeb308
parentd0897a352847fad6763b3f9869cca952da34b052
gst-libs/gst/rtp/gstrtppayloads.c: Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8 to avoid compiler war...

Original commit message from CVS:
* gst-libs/gst/rtp/gstrtppayloads.c:
Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
to avoid compiler warnings
ChangeLog
gst-libs/gst/rtp/gstrtppayloads.c