Re: [PATCH 3/4] v4l-utils/libdvbv5: add support for ISDB-S scanning

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 21:09:40 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > added NIT scan for ISDB-S, > fixed wrong/too-close frequency of the scanned entries, > when freq_offset/bandwith was not set properly. > > ISDB-S/T specific charset conversion is separeted off > as an icon

[PATCH 3/4] v4l-utils/libdvbv5: add support for ISDB-S scanning

2014-10-08 Thread tskd08
From: Akihiro Tsukada added NIT scan for ISDB-S, fixed wrong/too-close frequency of the scanned entries, when freq_offset/bandwith was not set properly. ISDB-S/T specific charset conversion is separeted off as an iconv module, and not implemented in this lib. Signed-off-by: Akihiro Tsukada ---