libdvbv5: Add table ID of extra NIT/SDT tables
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 14 Nov 2013 00:21:42 +0000 (22:21 -0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 27 Nov 2013 11:24:16 +0000 (09:24 -0200)
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 <m.chehab@samsung.com>
lib/include/descriptors/nit.h
lib/include/descriptors/sdt.h

index 8a0b488..1ee1f39 100644 (file)
@@ -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 {
index 5c76498..d94c23c 100644 (file)
@@ -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 {