dvb-scan: don't handle NIT table by default on ATSC
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 16 Feb 2014 02:05:36 +0000 (11:05 +0900)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 16 Feb 2014 02:31:25 +0000 (11:31 +0900)
commitd91894aa2207ac0863bb4afc4594020280ddfa3b
tree798b5dad53736fbf2688064418c8ab5e20ee2e87
parent4799074aa38812d9120a475cbaf742ae1a5a830d
dvb-scan: don't handle NIT table by default on ATSC

With ATSC, the NIT table data is not useful at scan, as the only
non-automatically-detected parameter is the modulation. Well, the
modulation is mandatory anyway.

So, the scanning tool don't need the NIT table at all.

As NIT table is not always present (it isn't in KR), that makes
the scan procedure faster.

We could eventually disable it for other delivery systems, but
that would require an extra parameter on two functions, and this
would break userspace API. So, let's apply this patch instead.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
lib/libdvbv5/dvb-scan.c