Mailing List archive

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

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



Are you sure of what you say ?
Because my channels.conf was done with this patch, and I'm using it with
vdr 1.3.6, 1.3.11 and 1.3.12, and this time it is working.
As frequency on dvbc are not mhz rounded, we DO need this patch on scan

But if you are blind, I don't care, I did the change, my channels.conf
works, I will inform people at our French forum, and that's what's
important for me.

-----Message d'origine-----
De : linux-dvb-bounce@linuxtv.org [mailto:linux-dvb-bounce@linuxtv.org]
De la part de Johannes Stezenbach
Envoyé : mardi 3 août 2004 12:42
À : linux-dvb@linuxtv.org
Objet : [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