summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
authorIngvar Stepanyan <rreverser@google.com>2021-07-13 21:29:44 +0000
committerMarcus Meissner <meissner@suse.de>2021-07-14 08:27:06 +0200
commitd42ff86490a052871e318e612c495525a38732c3 (patch)
tree91cbfc0c369363fb401f05d4de5f1c9ba351b75b /libgphoto2
parentc0a7de1cce4de66569b08eb5063bafe0ab0bac83 (diff)
downloadlibgphoto2-d42ff86490a052871e318e612c495525a38732c3.tar.gz
Add file extension for Sony ARW files
Diffstat (limited to 'libgphoto2')
-rw-r--r--libgphoto2/gphoto2-file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgphoto2/gphoto2-file.c b/libgphoto2/gphoto2-file.c
index ae057a8c9..1190720e3 100644
--- a/libgphoto2/gphoto2-file.c
+++ b/libgphoto2/gphoto2-file.c
@@ -1099,6 +1099,7 @@ gp_file_adjust_name_for_mime_type (CameraFile *file)
GP_MIME_CRW, "crw",
GP_MIME_CR2, "cr2",
GP_MIME_CR3, "cr3",
+ GP_MIME_ARW, "arw",
GP_MIME_NEF, "nef",
GP_MIME_TXT, "txt",
NULL};