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:36 schrieb Andreas Roedl:

> > > 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
> >  }

All right. I tried it with an unpatched dvb driver and the problem remains. 
Increasing the usleep value won't help, so I changed back to the patched 
version of dvb/vdr. There is no difference between a osd and osd-less image.


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