diff options
author | N.N. <sevyves@users.sourceforge.net> | 2005-01-02 06:02:50 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2005-01-02 06:02:50 +0000 |
commit | 304d25a2828076188afbd32757f5a67009ed866b (patch) | |
tree | afce5fc762fee332916fb5cb4d9e874c95860c52 /modules/pdp_binary.c | |
parent | a9cfc5852d75ca1c62e4c97e3334c99ee2f2f9a8 (diff) |
PiDiP 0.12.18
svn path=/trunk/externals/pidip/; revision=2440
Diffstat (limited to 'modules/pdp_binary.c')
-rw-r--r-- | modules/pdp_binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_binary.c b/modules/pdp_binary.c index 5ce943c..c0ddb10 100644 --- a/modules/pdp_binary.c +++ b/modules/pdp_binary.c @@ -198,7 +198,7 @@ static void pdp_binary_process_yv12(t_pdp_binary *x) diff = 0; if ( x->x_colorY >= 0 ) { - diff += abs(y-x->x_colorY ); + diff = abs(y-x->x_colorY ); } if ( x->x_colorV >= 0 ) { |