[cvs] / xvidcore / src / utils / mem_transfer.c Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/mem_transfer.c

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

revision 1.7, Sun Nov 17 00:51:11 2002 UTC revision 1.8, Tue Nov 26 23:44:11 2002 UTC
# Line 197  Line 197 
197                          if (r > 255) {                          if (r > 255) {
198                                  r = 255;                                  r = 255;
199                          }                          }
200                          //cur[j * stride + i] = r;                          /*cur[j * stride + i] = r; */
201                          dct[j * 8 + i] = (int16_t) c - (int16_t) r;                          dct[j * 8 + i] = (int16_t) c - (int16_t) r;
202                  }                  }
203          }          }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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