On Sun, Apr 09, 2006 at 10:57:26PM +0200, Luca Olivetti wrote: > En/na Antti Hartikainen ha escrit: > > > There are some channels in hotbird that have CA-value, but aren't really encrypted. This annoying "feature" has been added somewhere > > before 1.3.34 i think. > > For this reason I modify cDvbDevice::ProvidesCa (in dvbdevice.c) to > always return true: > > > int cDvbDevice::ProvidesCa(const cChannel *Channel) const > { > return true; > } > Thanks. This was just what i was looking for.