[cvs] / xvidcore / src / image / postprocessing.c Repository:
ViewVC logotype

Diff of /xvidcore/src/image/postprocessing.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4, Sun Apr 18 07:55:11 2004 UTC revision 1.5, Thu Nov 27 00:47:03 2008 UTC
# Line 433  Line 433 
433          {          {
434                  for(x = 0; x < width; x++)                  for(x = 0; x < width; x++)
435                  {                  {
436                          dst[y*stride + x] = CLIP( dst[y*stride + x] + offset, 0, 255);                          int p = dst[y*stride + x];
437                            dst[y*stride + x] = CLIP( p + offset, 0, 255);
438                  }                  }
439          }          }
440  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4