Mailing List archive

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

[vdr] Re: Still picture patch



Matthias Fechner wrote:
> 
> Hallo Gregoire,
> 
> * Gregoire Favre <greg@ulima.unil.ch> [22-12-01 19:01]:
> >
> > Just change the ligns numbers...
> >
> > --- dvb.c       Sat Nov 17 22:27:25 2001
> > +++ dvb.c       Wed Dec 19 20:16:49 2001
> > @@ -4134,9 +4134,10 @@
> >                  n=MIN_IFRAME/len+1;
> >          }
> >          dvb_play(dvb, iframe_header, sizeof(iframe_header), 0, 1, 0);
> > -        for (i=0; i<n; i++)
> > +        for (i=0; i<n; i++) {
> >                  dvb_play(dvb, buf, len, 0, 1, 1);
> > -        send_ipack_rest(&dvb->ipack[1]);
> > +               send_ipack_rest(&dvb->ipack[1]);
> > +       }
> >  }
> 
> This lines i have changed, but it isn't working.
> This driver is from 20.12.2001.
> 
> --
> Bye
> Matthias

What exactly are you referring to that doesn't work?

There have been no changes in the DVB/driver directory since 2001-11-17,
so you should basicly be having the same driver as I do - and here the
still pictures do work.

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