> 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. -- Chris
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
