Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Patch: Multiple DVB-s cards sharing one LNB



Matthias@Loetzke.de(Matthias Lötzke)  28.03.02 21:23


>Hello!

>The patch is now available in the common format for VDR 1.0.0pre4 at
>http://rk.dyn.dhs.org/dvb/two_cards-one_lnb_patch/

Ah thanks a lot!

Seems to work on the first view! :-)




I only got a warning in:

dvbapi.c: In method 'enum eSetChannelResult cDvbApi::SetChannel(int, int,
char, int, int, int, int, int, int, int, int
, int, int)':
dvbapi.c:2327: warning: 'int res' might be used uninitialized in this function



(Linenumbering might not fit)
eSetChannelResult cDvbApi::SetChannel(int ChannelNumber, int Frequency, char
Polarization, int Diseqc, int Srate, int
Vpid, int Apid1, int Apid2, int Dpid1, int Dpid2, int Tpid, int Ca, int Pnr)
{
//ML
  int res;
  FrontendEvent event;


Hm, what is the compiler complaining about? ;-)



Home | Main Index | Thread Index