Changeset 8121 for trunk/ippTools/src/p2rawToPending.c
- Timestamp:
- Aug 3, 2006, 6:21:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2rawToPending.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2rawToPending.c
r8120 r8121 11 11 12 12 psArray *pendingFrames = psArrayAlloc(rawFrames->n); 13 pendingFrames->n = 0;14 13 15 14 for (long i = 0; i < rawFrames->n; i++) { … … 34 33 35 34 psArray *pendingImages = psArrayAlloc(rawFrame->images->n); 36 pendingImages->n = 0;37 35 for (long j = 0; j < rawFrame->images->n; j++) { 38 36 rawImfileRow *rawImage = rawFrame->images->data[j];
Note:
See TracChangeset
for help on using the changeset viewer.
