summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2022-03-24 21:41:04 -0400
committerHubert Figuière <hub@figuiere.net>2022-03-24 22:27:36 -0400
commitc9a6af43438640bfe4bdae4891b6476dedeac3a3 (patch)
tree0f94da0bba2cf89300e1dca47ac434f08e2c24b5 /include
parentfe588f50fd5166a6deb7f151798bdba076545e20 (diff)
dng: Added DJI Osmo Action, FC220 and FC6310
Diffstat (limited to 'include')
-rw-r--r--include/libopenraw/cameraids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libopenraw/cameraids.h b/include/libopenraw/cameraids.h
index 9e0dc04..93c86fe 100644
--- a/include/libopenraw/cameraids.h
+++ b/include/libopenraw/cameraids.h
@@ -884,6 +884,9 @@ enum _OR_TYPEID_VENDOR_DJI {
OR_TYPEID_DJI_UNKNOWN = 0,
OR_TYPEID_DJI_FC350 = 1,
OR_TYPEID_DJI_FC7303 = 2,
+ OR_TYPEID_DJI_OSMO_ACTION = 3,
+ OR_TYPEID_DJI_FC220 = 4,
+ OR_TYPEID_DJI_FC6310 = 5,
_OR_TYPEID_DJI_LAST
};