Mailing List archive

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

[vdr] Re: Still picture in pre5 - FIX



Hello!

Am Samstag, 6. April 2002 13:11 schrieb Klaus Schmidinger:
> 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
>  }

I'll try it out ASAP, but AFAIR I had these problems even without the 
progressbar. But the patch makes sense.


Thanks!

Andi

-- 
Web:   http://www.flood-net.de/
Mail:  flood@flood-net.de
Phone: +49-(0)-30-680577-44
Linux opens doors, not windows!
http://www.bundestux.de/   http://counter.li.org/



Home | Main Index | Thread Index