Mailing List archive

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

[vdr] Re: Still picture patch



apieper@gmx.net wrote:
> 
> -------- Original Message --------
> Subject: [vdr] Re: Still picture patch (23-Dez-2001 11:15)
> From:    Klaus.Schmidinger@cadsoft.de
> To:      vdr@linuxtv.org
> 
> > 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
> > > >
> > > >                  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.
> 
> I just upgraded from vdr 0.72 to vdr 0.98.
> 
> First of all: great work! Many things i liked to
> change were improved (i love the configurable OSD).
> 
> I got the cvs-snapshots from your site (i think
> Henning Holtschneider assembled them?).
> 
> First i tried the package dated 2001-12-09.
> ->No still frame update while cutting***.
> I tried your patch with and without the
> different line numbers provided from Grégoire.
> ->No still frame update while cutting.
> 
> Then i got the cvs-snapshot dated 2001-11-17,
> because this seems to work for you.
> Tried without and with both patches (changed
> line numbers, as stated above).
> ->No still frame update while cutting.
> 
> What can i do ?

I can only say that for me it works with the driver at

  ftp://ftp.cadsoft.de/pub/people/kls/vdr/siemens_dvb-0.9-20011117.tgz 

This file already contains the still picture patch.

Klaus

> 
> Normally i dont care much about small bugs,
> but the cutting-function is essentially
> for me.
> 
> ...Andreas
> 
> *** no still frame update means:
>     if i jump with '9' or '7' the
>     time changes, but not the picture.

-- 
_______________________________________________________________

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