From 5b73da612d6155f6ccfc5a7f399c3e5be703c435 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 4 Sep 2014 23:22:45 -0300 Subject: [PATCH] libdvbv5: Fix delivery system for channel on DVB-T2 format Signed-off-by: Mauro Carvalho Chehab --- lib/libdvbv5/dvb-legacy-channel-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libdvbv5/dvb-legacy-channel-format.c b/lib/libdvbv5/dvb-legacy-channel-format.c index d8747c3..8cfbb93 100644 --- a/lib/libdvbv5/dvb-legacy-channel-format.c +++ b/lib/libdvbv5/dvb-legacy-channel-format.c @@ -191,7 +191,7 @@ const struct parse_file channel_file_format = { PTABLE(sys_dvbt_table), }, { .id = "T2", - .delsys = SYS_DVBT, + .delsys = SYS_DVBT2, PTABLE(sys_dvbt2_table), }, { NULL, 0, NULL, 0, -- 2.7.4