On Sun, 2004-12-26 at 21:16, Chris Pinkham wrote:
> > This looks like a typo too.
> 
> > -            if (jobID != -1 && (framesRead % 500))
> > +            if (jobID != -1 && ((framesRead % 500) == 0))
> 
> Thanks.  Committed to CVS.  Looks like that would cause
> updates to occur every 100 frames instead of every 500.
> The 100 would be determined by the fact that the line
> of code below wouldn't even be reached unless framesRead
> was evenly divisible by 100 or 500.  Probably why I
> didn't notice or catch it earlier.

Sure. Thanks for the explanation.

Regards,

Shane

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to