libdvbv5: Add a parser for extension descriptors
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 14 Nov 2013 02:57:00 +0000 (00:57 -0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 27 Nov 2013 11:24:16 +0000 (09:24 -0200)
commitb87fb6da9777a4dc6e6a2819692eee5d014c9a69
tree477a2f49e6036744abbe639952dcb096f207afed
parent6e62d8d9bd18c97358bc6c9b40bfff8f9a3a0de3
libdvbv5: Add a parser for extension descriptors

There are some descriptors that are extensions, e. g. they
use a new descriptor range.

Add support for them, as the DVB-T2 table is one of such
extensions.

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