]> granicus.if.org Git - imagemagick/commitdiff
Changed mime type.
authordirk <dirk@git.imagemagick.org>
Mon, 14 Sep 2015 20:26:43 +0000 (22:26 +0200)
committerdirk <dirk@git.imagemagick.org>
Mon, 14 Sep 2015 20:26:43 +0000 (22:26 +0200)
coders/webp.c

index bd26b7ab1f7a4892c2acf7478f551ac74832dcea..c598f83ac097178121284e8bb82b7525141e5e6f 100644 (file)
@@ -410,7 +410,7 @@ ModuleExport size_t RegisterWEBPImage(void)
     (WebPGetDecoderVersion() >> 8) & 0xff,
     (WebPGetDecoderVersion() >> 0) & 0xff,WEBP_DECODER_ABI_VERSION);
 #endif
-  entry->mime_type=ConstantString("image/x-webp");
+  entry->mime_type=ConstantString("image/webp");
   entry->flags^=CoderAdjoinFlag;
   entry->magick=(IsImageFormatHandler *) IsWEBP;
   if (*version != '\0')