From 2d7bb187e61811f651e833c7bb84814ebbecc787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 4 Jan 2010 18:21:52 +0000 Subject: [PATCH] st_pid must be signed since it's set to, and compared with, -1 at various places --- src/tvhead.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tvhead.h b/src/tvhead.h index 1ec7c276..4bafccee 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? */