Package: dvbtune
Version: 0.5-5

Line 574 of tune.c should be changed from
      feparams.inversion=INVERSION_OFF;
to
      feparams.inversion=specInv;

Some DVB-C cards won't tune at all with INVERSION_OFF, but tune
immediately with INVERSION_AUTO. Changing that line will make it
possible to choose it with the -I option.

There is similar line in the DVB-T section on line 445.
I'm not sure if that should also be changed from INVERSION_OFF to
specInv, but I guess it wouldn't hurt.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to