libdvbv5: implement MGT table parser
authorAndré Roth <neolynx@gmail.com>
Wed, 8 Jan 2014 11:23:27 +0000 (08:23 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 8 Jan 2014 08:44:40 +0000 (06:44 -0200)
commit130c5c9001553b7776718266b4c9789d468d8c4a
tree108b431356eaf4691ce8ad91bba31ccc82321e4b
parent1bc14251d1f6b4e40f78f7c7735556d53167e994
libdvbv5: implement MGT table parser

The Master Guide Table is used in ATSC. Implementation
according to specs A/65:2009

Signed-off-by: André Roth <neolynx@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
lib/include/descriptors/mgt.h [new file with mode: 0644]
lib/libdvbv5/Makefile.am
lib/libdvbv5/descriptors.c
lib/libdvbv5/descriptors/mgt.c [new file with mode: 0644]