Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] wrong vdr-Output (DVB-C (FE-QAM)) by scan-Tool
Hello!
I use current CVS-DVB-Driver! (25.06.2003-11:00)
If i: "./scan -a0 -c -ovdr", then is the Output:
----------------------
....
dumping lists (3 services)
Parlamentsfernsehen:610:M64:C:690033:36:47:0:6100:65281:610:0
DW-TV:610:M64:C:69001000:1001:0:0:607:65281:610:0
Done.
---------------------
Wrong is: ....690033.... or 69001000!!!
---
I change:
--------- dump-vdr.c row 88 ------------------------------------------
fprintf (f, "M%s:C:", qam_name[p->u.qam.modulation]);
- fprintf (f, "%i", p->u.qam.symbol_rate / 1000);
break;
---------
fprintf (f, "M%s:C:", qam_name[p->u.qam.modulation]);
+ fprintf (f, "%i:", p->u.qam.symbol_rate / 1000);
break;
-------------------------------------------------------------------------
Thanx
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index