Changeset 640


Ignore:
Timestamp:
12/16/08 18:47:35 (5 years ago)
Author:
EWAVR
Message:
  • DNG: Fixed "software" tag length.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/dng_hdr.c

    r639 r640  
    4141 {0x117,  T_LONG,      1,  DNG_TH_WIDTH*DNG_TH_HEIGHT*3}, // StripByteCounts = preview size 
    4242 {0x11C,  T_SHORT,     1,  1}, // PlanarConfiguration: 1 
    43  {0x131,  T_ASCII,     (sizeof(cam_chdk_ver)/2)*2,  (int)cam_chdk_ver}, //Software 
     43 {0x131,  T_ASCII,     sizeof(cam_chdk_ver),  (int)cam_chdk_ver}, //Software 
    4444 {0x132,  T_ASCII,     20, 0}, // DateTime 
    4545 {0x14A,  T_LONG,      1,  0}, //SubIFDs offset 
Note: See TracChangeset for help on using the changeset viewer.