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
Here is an example of my channels.conf
Is this MHZ ?
TF1:343250:M64:C:6875:420:430:440:500,100:1604:176:12000:0
-----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