]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
st_pid must be signed since it's set to, and compared with, -1 at various places
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 4 Jan 2010 18:21:52 +0000 (18:21 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 4 Jan 2010 18:21:52 +0000 (18:21 +0000)
src/tvhead.h

index 1ec7c276ef944d921819a1bf12ff0af17c5046cd..4bafcceea7a31cd811902cb003ab303d5b7119d6 100644 (file)
@@ -274,7 +274,7 @@ typedef struct th_stream {
   uint16_t st_ancillary_id;
 
 
-  uint16_t st_pid;
+  int16_t st_pid;
   uint8_t st_cc;             /* Last CC */
   uint8_t st_cc_valid;       /* Is CC valid at all? */