[MPlayer-dev-eng] [PATCH] cropdetect

Adrian agbauer at gmail.com
Tue Aug 10 05:12:39 CEST 2004


> > Also, this is not true:
> > > (a - b) % c = (a % c) - (b % c)
> 
> this is, though, correct?
> 
> (a - b) % c = ((a % c) - (b % c)) % c

Nope.

a = 2
b = 4
c = 3

Adrian




More information about the MPlayer-dev-eng mailing list