[mythtv] [PATCH] FlagCommercials update jobComment typo

Shane Shrybman shrybman at aei.ca
Mon Dec 27 03:01:22 UTC 2004


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



More information about the mythtv-dev mailing list