- Timestamp:
- Jun 20, 2012, 7:07:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psLib/src/imageops/psImageGeomManip.c
r31446 r34045 580 580 psS32 outRows; 581 581 psS32 outCols; 582 psS32 elementSize;583 582 psElemType type; 584 583 … … 594 593 outCols = input->numCols; 595 594 type = input->type.type; 596 elementSize = PSELEMTYPE_SIZEOF(type);595 // XXX unused psS32 elementSize = PSELEMTYPE_SIZEOF(type); 597 596 out = psImageRecycle(out, outCols, outRows, type); 598 597
Note:
See TracChangeset
for help on using the changeset viewer.
