summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-file.c
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-04-14 15:50:56 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-04-14 15:50:56 +0000
commit4167c5463881131e032cac2353e2a74a0dedcf15 (patch)
tree1bdbde53bae19dc3baa822b71e0e452abd51e44f /libgphoto2/gphoto2-file.c
parent65d23ef7e47433ca8e81b40e2202171f8e4e5a10 (diff)
downloadlibgphoto2-4167c5463881131e032cac2353e2a74a0dedcf15.tar.gz
handle cr2
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11990 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-file.c')
-rw-r--r--libgphoto2/gphoto2-file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgphoto2/gphoto2-file.c b/libgphoto2/gphoto2-file.c
index 6cd3a446b..a4288285f 100644
--- a/libgphoto2/gphoto2-file.c
+++ b/libgphoto2/gphoto2-file.c
@@ -1119,6 +1119,8 @@ gp_file_adjust_name_for_mime_type (CameraFile *file)
GP_MIME_WAV, "wav",
GP_MIME_BMP, "bmp",
GP_MIME_AVI, "avi",
+ GP_MIME_CRW, "crw",
+ GP_MIME_CR2, "cr2",
NULL};
CHECK_NULL (file);