diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2014-03-18 10:46:32 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2014-03-18 10:46:32 +0100 |
| commit | 98ee28f049415750b2bb5d9f3eb386a83696cddc (patch) | |
| tree | 44bfab0208e7854e3bcd134287498d59634e9e9f /src/items.h | |
| parent | ef1d22999ea6de81f0eb0c58a92da5fa750ee393 (diff) | |
| download | cataract-98ee28f049415750b2bb5d9f3eb386a83696cddc.tar.xz | |
Add support for specifying custom focal length and aperture
Similar to using supplied timestamps this is useful for fully manual
lenses that don't provide any information to the camera.
Diffstat (limited to 'src/items.h')
| -rw-r--r-- | src/items.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/items.h b/src/items.h index 71b9401..5d27dac 100644 --- a/src/items.h +++ b/src/items.h @@ -75,6 +75,8 @@ typedef struct { TAuthType auth_type; int metadata_tz_shift; /* minutes */ time_t metadata_fake_datetime; + double metadata_fake_aperture; + double metadata_fake_focal_length; TCropHint thumbnail_crop_hint; } TAlbum; @@ -95,6 +97,8 @@ typedef struct { gchar *metadata_external_exif; int metadata_tz_shift; /* minutes */ time_t metadata_fake_datetime; + double metadata_fake_aperture; + double metadata_fake_focal_length; TCropHint thumbnail_crop_hint; } TIndexItem; |
