summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2022-07-10 11:47:12 -0400
committerHubert Figuière <hub@figuiere.net>2022-07-10 11:47:12 -0400
commit02e105a328b0bbfbed79a29b7d8c239e7af72000 (patch)
tree4fbe423e42eaf60bbd8341e323df14a1da9bbd68 /include
parenta4a28f2f145164b291a8a4dc555788235157fabd (diff)
dng: Added DJI Mavic 3 Cine / Hasselblad L2D-20c
Diffstat (limited to 'include')
-rw-r--r--include/libopenraw/cameraids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libopenraw/cameraids.h b/include/libopenraw/cameraids.h
index 6e0e290..bd99ec0 100644
--- a/include/libopenraw/cameraids.h
+++ b/include/libopenraw/cameraids.h
@@ -890,6 +890,7 @@ enum _OR_TYPEID_VENDOR_HASSELBLAD {
OR_TYPEID_HASSELBLAD_UNKNOWN = 0,
OR_TYPEID_HASSELBLAD_LUNAR = 1,
OR_TYPEID_HASSELBLAD_L1D_20C = 2,
+ OR_TYPEID_HASSELBLAD_L2D_20C = 2,
_OR_TYPEID_HASSELBLAD_LAST
};