st_pid must be signed since it's set to, and compared with, -1 at various places

This commit is contained in:
Andreas Öman 2010-01-04 18:21:52 +00:00
parent f6b1b2c422
commit 2d7bb187e6

View 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? */