Changeset 645 for trunk/core/dng_hdr.c
- Timestamp:
- 12/19/08 11:37:01 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/dng_hdr.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/dng_hdr.c
r640 r645 327 327 328 328 unsigned int* get_focal_length_for_exif(int focal_length){ 329 static int fl[2]={0,1000};329 static unsigned int fl[2]={0,1000}; 330 330 fl[0]=focal_length; 331 331 return fl;
Note: See TracChangeset
for help on using the changeset viewer.