[mythtv] Fwd: Re: [mythtv-commits] Ticket #8756: Impossible to skip back if you try and go before the beginning of the file

Mark Kendall mark.kendall at gmail.com
Tue Aug 10 10:27:04 UTC 2010


On 10 August 2010 17:00, Jonathan Martens <jonathan at snetram.nl> wrote:
>
> I think you now have dead code as effectively desiredFrame can not be < 0:
>
> 3072        uint64_t desiredFrame = (framesPlayed > number) ? framesPlayed
> - number : 0;
> 3073
> 3074        if (desiredFrame < 0)
> 3075            desiredFrame = 0;
>
> Apart from that the same analogy applies for DoFastForward IMHO as that
> is now allowed to skip past the end as well, which I am unsure if that
> works or not.

Yes - I'm aware of these and a few others as well. Just in the process
of trying to clean everything up - just a little tricky/time consuming
to test some of the live tv aspects.

Thanks and regards

Mark


More information about the mythtv-dev mailing list