[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.4.2.1, Wed Feb 12 11:44:57 2003 UTC revision 1.9.2.1, Mon Jun 9 01:25:10 2003 UTC
# Line 195  Line 195 
195                          if (r > 255) {                          if (r > 255) {
196                                  r = 255;                                  r = 255;
197                          }                          }
198                          //cur[j * stride + i] = r;                          /* cur[j * stride + i] = r; */
199                          dct[j * 8 + i] = (int16_t) c - (int16_t) r;                          dct[j * 8 + i] = (int16_t) c - (int16_t) r;
200                  }                  }
201          }          }

Legend:
Removed from v.1.4.2.1  
changed lines
  Added in v.1.9.2.1

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