Mailing List archive

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

[linux-dvb] Dopouts again



The following change between driver versions 2002-11-11 and 2002-11-15
brought back the dropouts in live tv when recording on a second DVB card:

--- DVB.2002-11-11/driver/dvb_frontend.c        Mon Nov 11 22:50:26 2002
+++ DVB.2002-11-15/driver/dvb_frontend.c        Fri Nov 15 15:43:59 2002
@@ -472,7 +468,7 @@
                        fe->lost_sync_count = 0;
                } else {
                        fe->lost_sync_count++;
-                       if (fe->lost_sync_count < 10)  /* XXX FIXME CHECKME! */
+                       if (fe->lost_sync_count < 4)  /* XXX FIXME CHECKME! */
                                continue;
                        dvb_frontend_recover (fe);
                        delay = HZ/5;

@Holger: can you please set that back to 10 again? There were no problems with 10.
I didn't test and values between 4 and 10 though, but since 10 works stable I
suggest we take that.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index