[mythtv] [mythtv-commits] mythtv commit: r12393 by skamithi

Mike Javorski mike_javorski at bigfoot.com
Mon Jan 8 10:18:09 UTC 2007


Noticed a slight issue in this commit.

On line 1189-1190, "speed" is multiplied by 1350 if < 100, but the
following switch statement looks for a possible entry of -1; which
would never be possible. "speed" is always multiplied by 1350 if it's
value is -1 (since it's lower than 100).

Just thought I would point it out :-)

- mike


On 1/3/07, mythtv at cvs.mythtv.org <mythtv at cvs.mythtv.org> wrote:
>       Author: skamithi
>         Date: 2007-01-04 03:04:32 +0000 (Thu, 04 Jan 2007)
> New Revision: 12393
>    Changeset: http://cvs.mythtv.org/trac/changeset/12393
>
> Modified:
>
>    trunk/mythtv/libs/libmythtv/DVDRingBuffer.cpp
>    trunk/mythtv/libs/libmythtv/DVDRingBuffer.h
>
> Log:
>
> Refs #2821. internal dvd player. Add setdvdspeed() function. will set
> dvd drive speed to 2x after i finish testing the last patch attached
> to the dvd seeking ticket #2808.
>
>
>
> _______________________________________________
> mythtv-commits mailing list
> mythtv-commits at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
>


More information about the mythtv-dev mailing list