Uwe Scheffler wrote:
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;
-------------------------------------------------------------------------

thanks, applied.


Holger



--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.



Reply via email to