[media] libdvbv5: reworked table allocation/freeing
authorAndré Roth <neolynx@gmail.com>
Fri, 3 Aug 2012 09:26:59 +0000 (06:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 8 Aug 2012 14:18:54 +0000 (11:18 -0300)
commit6cb29af76132fcdfe44d3d8fe58799b33886f9f3
treee435b2b4da1f47f5349a7d5463120f9060f671af
parentd230566883a5d7897d6281c6d69f065e2fe52e95
[media] libdvbv5: reworked table allocation/freeing

Signed-off-by: André Roth <neolynx@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
21 files changed:
lib/include/descriptors.h
lib/include/descriptors/desc_event_extended.h [new file with mode: 0644]
lib/include/descriptors/desc_event_short.h
lib/include/descriptors/desc_service.h
lib/include/descriptors/eit.h
lib/include/descriptors/nit.h
lib/include/descriptors/pat.h
lib/include/descriptors/pmt.h
lib/include/descriptors/sdt.h
lib/include/dvb-scan.h
lib/libdvbv5/Makefile.am
lib/libdvbv5/descriptors.c
lib/libdvbv5/descriptors/desc_event_extended.c [new file with mode: 0644]
lib/libdvbv5/descriptors/desc_event_short.c
lib/libdvbv5/descriptors/desc_service.c
lib/libdvbv5/descriptors/eit.c
lib/libdvbv5/descriptors/nit.c
lib/libdvbv5/descriptors/pat.c
lib/libdvbv5/descriptors/pmt.c
lib/libdvbv5/descriptors/sdt.c
lib/libdvbv5/dvb-scan.c