summaryrefslogtreecommitdiff
path: root/camlibs
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-06-21 10:09:37 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-06-21 10:09:37 +0200
commit7c8e98cce92bd065c014bc7aa5898d9850672a98 (patch)
tree0f19bb406f5d8342369590d3b84187ee77cef1fb /camlibs
parent683b39036f03ab8d8970fc306c018a2219261c71 (diff)
downloadlibgphoto2-7c8e98cce92bd065c014bc7aa5898d9850672a98.tar.gz
decode shutterspeed2
Diffstat (limited to 'camlibs')
-rw-r--r--camlibs/ptp2/ptp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camlibs/ptp2/ptp.c b/camlibs/ptp2/ptp.c
index 3f5303e77..e9abc019c 100644
--- a/camlibs/ptp2/ptp.c
+++ b/camlibs/ptp2/ptp.c
@@ -6118,7 +6118,8 @@ ptp_get_property_description(PTPParams* params, uint16_t dpc)
{PTP_DPC_SONY_ABFilter, N_("AB Filter")}, /* 0xD21C */
{PTP_DPC_SONY_ISO, N_("ISO")}, /* 0xD21E */
{PTP_DPC_SONY_ExposureCompensation, N_("Exposure Bias Compensation")}, /* 0xD224 */
- {PTP_DPC_SONY_ISO2, N_("ISO")}, /* 0xD226 */
+ {PTP_DPC_SONY_ISO2, N_("ISO")}, /* 0xD226 */
+ {PTP_DPC_SONY_ShutterSpeed2, N_("Shutter speed")}, /* 0xD229 */
{PTP_DPC_SONY_Movie, N_("Movie")}, /* 0xD2C8 */
{PTP_DPC_SONY_StillImage, N_("Still Image")}, /* 0xD2C7 */
{PTP_DPC_SONY_SensorCrop, N_("Sensor Crop")},