Changeset 1651
- Timestamp:
- 02/06/12 11:36:33 (16 months ago)
- Location:
- branches/release-1_0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
core/dng.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0
-
branches/release-1_0/core/dng.c
r1557 r1651 597 597 { 598 598 unsigned short l; 599 for (l=0; l<7 ; l++) if (get_raw_pixel(c[0],c[1]+l+1)!=0) break;599 for (l=0; l<7 && (c[1]+l+1)<CAM_ACTIVE_AREA_Y2; l++) if (get_raw_pixel(c[0],c[1]+l+1)!=0) break; 600 600 c[1] = c[1] | (l << 13); 601 601 if (f) fwrite(c, 1, 4, f);
Note: See TracChangeset
for help on using the changeset viewer.