From 1f380f937050c2576ce2be51192aff60a80af0ba Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 4 Sep 2014 22:32:23 -0300 Subject: [PATCH] libdvbv5: add support for optional MIS parameter Some files at dtv-scan-tables have some optional fields. The first one is part of the DVBv5 API. It is called Multistream (MIS), and it is mapped as DTV_STREAM_ID at the DVBv5 API. Add support for it. Signed-off-by: Mauro Carvalho Chehab --- lib/libdvbv5/dvb-legacy-channel-format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libdvbv5/dvb-legacy-channel-format.c b/lib/libdvbv5/dvb-legacy-channel-format.c index 82b368e..0c8ccc2 100644 --- a/lib/libdvbv5/dvb-legacy-channel-format.c +++ b/lib/libdvbv5/dvb-legacy-channel-format.c @@ -139,6 +139,7 @@ static const struct parse_table sys_dvbs2_table[] = { { DTV_INNER_FEC, PTABLE(channel_parse_code_rate) }, { DTV_ROLLOFF, PTABLE(channel_parse_rolloff) }, { DTV_MODULATION, PTABLE(channel_parse_modulation) }, + { DTV_STREAM_ID, NULL, 0, 1, -1 }, }; static const struct parse_table sys_dvbt_table[] = { -- 2.7.4