diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-22 09:13:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-22 09:19:51 -0300 |
commit | eacd7834c394f2ff00bac4124bab22a194d8bd99 (patch) | |
tree | 575de6aa6801881b7531e18f5e57596abf880d8f /doxygen_libdvbv5.cfg | |
parent | 536764e8f432f3ee39fe3def95a12175e309f940 (diff) |
libdvbv5: add documentation for the extended descriptor
The extended descriptor is defined on ETSI 300 468, and it
allows to extend the namespace range of the original MPEG-TS
descriptor into an additional 8 bytes codeset.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'doxygen_libdvbv5.cfg')
-rw-r--r-- | doxygen_libdvbv5.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen_libdvbv5.cfg b/doxygen_libdvbv5.cfg index 40499885..201fc216 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -773,6 +773,7 @@ INPUT = $(SRCDIR)/doc/libdvbv5-index.doc \ $(SRCDIR)/lib/include/libdvbv5/desc_cable_delivery.h \ $(SRCDIR)/lib/include/libdvbv5/desc_event_extended.h \ $(SRCDIR)/lib/include/libdvbv5/desc_event_short.h \ + $(SRCDIR)/lib/include/libdvbv5/desc_extension.h \ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |