Mailing List archive

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

[vdr] Re: Bug in skip fwd?



Klaus Schmidinger schrieb:
> 
> Andreas Böttger wrote:
> 
> > I'm watching tv in time shift and wanna skip a commercial break.
> > To do so I press the yellow (skip +60s) button several times.
> > After some succesful skips further jumps do not occur (only some
> > seconds or nothing). To work around this, I press OK (progress bar)
> > two times and can continue the normal jumping...
> 
> Please try the following modification:
> 
> --- dvbapi.c    2002/04/21 11:55:48
> +++ dvbapi.c    2002/05/03 15:59:32
> @@ -279,8 +279,7 @@
>  int cIndexFile::GetNextIFrame(int Index, bool Forward, uchar *FileNumber, int *FileOffset, int *Length, bool StayOffEnd)
>  {
>    if (index) {
> -     if (Forward)
> -        CatchUp();
> +     CatchUp();
>       int d = Forward ? 1 : -1;
>       for (;;) {
>           Index += d;

THX, I have comment out that line in both, vanilla and aio version
of vdr-1.0.1 and will try to provoke the phenomenon...

Andreas Böttger



Home | Main Index | Thread Index