diff options
author | Dennis Real <github@tildepipe.org> | 2013-01-04 00:09:31 +0100 |
---|---|---|
committer | Dennis Real <github@tildepipe.org> | 2013-01-04 00:09:31 +0100 |
commit | 008ab7fc0f43161e0eedfddbaa80fe28c4f9ff13 (patch) | |
tree | 85bc998792b5e472479d82c0287ea1ff1e2729be /src/exif_cfg.h | |
parent | 1f599fa94790712cd7c79e82d1c15fde2562303e (diff) |
Workaround for broken Flash Exposure Compensation
Diffstat (limited to 'src/exif_cfg.h')
-rw-r--r-- | src/exif_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exif_cfg.h b/src/exif_cfg.h index a3344bc..a961147 100644 --- a/src/exif_cfg.h +++ b/src/exif_cfg.h @@ -72,8 +72,8 @@ const unsigned int Exif_makernote_nikon_tag_list [] = 6, 8, /* Flash Setting */ 9, /* Flash Mode */ - 24, /* Flash exposure bracket value */ 135, /* Flash used */ + 18, /* Flash Exposure Comp */ 168, /* Flash info: control mode */ 2, /* ISO. Has some more info than EXIF_TAG_ISO_SPEED_RATINGS but also fails on Lo.1 */ |