From e4431f0122d39110b0d68ed205edd604dcdc723d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 14 Mar 2014 19:06:02 +0000 Subject: added SONY ARW file mime types git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14822 67ed7778-7388-44ab-90cf-0a291f65f57c --- gphoto2/gphoto2-file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gphoto2') diff --git a/gphoto2/gphoto2-file.h b/gphoto2/gphoto2-file.h index 652ddca04..d1159ae13 100644 --- a/gphoto2/gphoto2-file.h +++ b/gphoto2/gphoto2-file.h @@ -55,6 +55,7 @@ extern "C" { #define GP_MIME_MPEG "video/mpeg" #define GP_MIME_AVCHD "video/mp2t" #define GP_MIME_RW2 "image/x-panasonic-raw2" +#define GP_MIME_ARW "image/x-sony-arw" /** * \brief The type of view on the specified file. -- cgit v1.2.1