Mailing List archive

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

[linux-dvb] Re: RE : Re: small modification to scan util from dvb-apps



Eric DEZERT wrote:
> 
> Can this modification be included in dvb-apps ?

No. dvbscan outputs MHz, and VDR reads MHz. You patch
would break it.

Johannes

--- /tmp/dump-vdr.c     2004-08-03 07:55:13.000000000 +0200
+++ /root/dvb-apps/util/scan/dump-vdr.c 2004-07-17 01:08:08.000000000 +0200
@@ -83,7 +83,7 @@
                break;

        case FE_QAM:
-               fprintf (f, "%i:", p->frequency / 1000000);
+               fprintf (f, "%i:", p->frequency / 1000);
                fprintf (f, "M%s:C:", qam_name[p->u.qam.modulation]);
                fprintf (f, "%i:", p->u.qam.symbol_rate / 1000);
                break;




Home | Main Index | Thread Index