From abfca38765e7835dc1500ad15a1866e96e4e3c9e Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Mon, 15 Mar 2010 08:18:04 +0100 Subject: PMT (radio): correct program info length Since there is no ES info for video and teletext the size of the PMT has to be smaller. --- reader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader.c b/reader.c index d7bc7c5..b20b95a 100644 --- a/reader.c +++ b/reader.c @@ -68,7 +68,7 @@ const unsigned char kPMT[TS_SIZE] = const unsigned char kPMTRadio[TS_SIZE] = { - 0x47, 0x40, 0x84, 0x10, 0x00, 0x02, 0xb0, 0x22, + 0x47, 0x40, 0x84, 0x10, 0x00, 0x02, 0xb0, 0x18, 0x00, 0x01, 0xc1, 0x00, 0x00, 0xe0, 0x65, 0xf0, 0x00, 0x04, 0xe1, 0x2c, 0xf0, 0x06, 0x0a, 0x04, 0x00, 0x00, 0x00, 0x01, 0xcc, 0x32, 0xcc, 0x32, -- cgit v1.2.3