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!
> 
> 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.

That's odd because I was able to reproduce the problem and with the usleep()
it was gone. Are you sure you are using the _unpatched_ DVB driver (latest CVS
version)? Just wondering...

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