summaryrefslogtreecommitdiff
path: root/gphoto2
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 /gphoto2
parentc0a7de1cce4de66569b08eb5063bafe0ab0bac83 (diff)
downloadlibgphoto2-d42ff86490a052871e318e612c495525a38732c3.tar.gz
Add file extension for Sony ARW files
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gphoto2/gphoto2-file.h b/gphoto2/gphoto2-file.h
index 5cf19c77a..9d049308f 100644
--- a/gphoto2/gphoto2-file.h
+++ b/gphoto2/gphoto2-file.h
@@ -48,6 +48,7 @@ extern "C" {
#define GP_MIME_CRW "image/x-canon-raw"
#define GP_MIME_CR2 "image/x-canon-cr2"
#define GP_MIME_CR3 "image/x-canon-cr3"
+#define GP_MIME_ARW "image/x-sony-arw"
#define GP_MIME_NEF "image/x-nikon-nef"
#define GP_MIME_UNKNOWN "application/octet-stream"
#define GP_MIME_EXIF "application/x-exif"