libdvbv5: add descriptor parser for ATSC TVCT/CVCT tables
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 13 Nov 2013 17:22:26 +0000 (15:22 -0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 13 Nov 2013 18:46:05 +0000 (16:46 -0200)
commit8edc42095183512a19c43e2ad1030ac016c7d277
tree389d4fe0cba58de3c82da4fa183badf64bb640da
parent6b9fee12d731a26b080831b7c0e27999574ac270
libdvbv5: add descriptor parser for ATSC TVCT/CVCT tables

Add parser code for ATSC Terrestrial/Cable Virtual Channel
Table.

Compile-tested only, as the current userspace tools don't use the
descriptors lib yet.

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