Mailing List archive

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

[vdr] Re: Still picture in pre5 - FIX



Andreas Roedl wrote:
> 
> Hello (Klaus)!
> 
> Since pre5 I have the problem that the still picture isn't updated when I
> jump from editing mark to editing mark. I tried both, the patched and the
> unpatched version of the dvb driver. What's wrong?

Looks like there's a problem if the progress display is active while
jumping between still pictures.

Please try the following and let me know if it works (N.B.: with the original,
unpatched DVB driver!):

--- dvbapi.c    2002/03/29 11:32:47
+++ dvbapi.c    2002/04/06 11:08:54
@@ -1196,6 +1196,7 @@
 #define MIN_IFRAME 400000
   for (int i = MIN_IFRAME / Length + 1; i > 0; i--)
       safe_write(videoDev, b, Length);
+  usleep(10000); // allows the buffer to be displayed in case the progress display is active
 #endif
 }

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
_______________________________________________________________



Home | Main Index | Thread Index