Re: [PATCH 07/18] libdvbv5: fix EIT parsing

2014-01-07 Thread Mauro Carvalho Chehab
Em Mon, 30 Dec 2013 13:48:40 +0100 André Roth escreveu: > the dvb_table_eit_event now contains the service_id, > indicating where the events belong to. > > Signed-off-by: André Roth > --- > lib/include/descriptors/eit.h | 3 ++- > lib/libdvbv5/descriptors/eit.c | 35 +

[PATCH 07/18] libdvbv5: fix EIT parsing

2013-12-30 Thread André Roth
the dvb_table_eit_event now contains the service_id, indicating where the events belong to. Signed-off-by: André Roth --- lib/include/descriptors/eit.h | 3 ++- lib/libdvbv5/descriptors/eit.c | 35 ++- 2 files changed, 28 insertions(+), 10 deletions(-) diff --g