From 0451845f745a89353eaac691cfd323649eb7851c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 13 Nov 2013 22:21:42 -0200 Subject: [PATCH] libdvbv5: Add table ID of extra NIT/SDT tables At least on dvb-apps, those two extra table IDs are present. Add there at the header files, for completeness. Signed-off-by: Mauro Carvalho Chehab --- lib/include/descriptors/nit.h | 1 + lib/include/descriptors/sdt.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/include/descriptors/nit.h b/lib/include/descriptors/nit.h index 8a0b488..1ee1f39 100644 --- a/lib/include/descriptors/nit.h +++ b/lib/include/descriptors/nit.h @@ -29,6 +29,7 @@ #include "descriptors.h" #define DVB_TABLE_NIT 0x40 +#define DVB_TABLE_NIT2 0x41 #define DVB_TABLE_NIT_PID 0x10 union dvb_table_nit_transport_header { diff --git a/lib/include/descriptors/sdt.h b/lib/include/descriptors/sdt.h index 5c76498..d94c23c 100644 --- a/lib/include/descriptors/sdt.h +++ b/lib/include/descriptors/sdt.h @@ -29,6 +29,7 @@ #include "descriptors.h" #define DVB_TABLE_SDT 0x42 +#define DVB_TABLE_SDT2 0x46 #define DVB_TABLE_SDT_PID 0x11 struct dvb_table_sdt_service { -- 2.7.4