From: Andreas Ă–man Date: Mon, 4 Jan 2010 18:21:52 +0000 (+0000) Subject: st_pid must be signed since it's set to, and compared with, -1 at various places X-Git-Tag: 2.12~326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d7bb187e61811f651e833c7bb84814ebbecc787;p=thirdparty%2Ftvheadend.git st_pid must be signed since it's set to, and compared with, -1 at various places --- diff --git a/src/tvhead.h b/src/tvhead.h index 1ec7c276e..4bafcceea 100644 --- a/src/tvhead.h +++ b/src/tvhead.h @@ -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? */