From 883cbb979b586e761196ac34bec26af8cf5d6683 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 1 Nov 2010 06:11:48 +0000 Subject: Changed the GP_MIME_AVCHD MIME type to an officially-registered one git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13375 67ed7778-7388-44ab-90cf-0a291f65f57c --- gphoto2/gphoto2-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gphoto2') diff --git a/gphoto2/gphoto2-file.h b/gphoto2/gphoto2-file.h index 506818e6c..e89ac714c 100644 --- a/gphoto2/gphoto2-file.h +++ b/gphoto2/gphoto2-file.h @@ -53,7 +53,7 @@ extern "C" { #define GP_MIME_WMA "audio/x-wma" #define GP_MIME_ASF "audio/x-asf" #define GP_MIME_MPEG "video/mpeg" -#define GP_MIME_AVCHD "video/avchd" +#define GP_MIME_AVCHD "video/mp2t" /** * \brief The type of view on the specified file. -- cgit v1.2.1