st_pid must be signed since it's set to, and compared with, -1 at various places
This commit is contained in:
parent
f6b1b2c422
commit
2d7bb187e6
1 changed files with 1 additions and 1 deletions
|
@ -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? */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue