]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 10 Aug 2014 23:23:22 +0000 (23:23 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 10 Aug 2014 23:23:22 +0000 (23:23 +0000)
coders/webp.c

index 16cde3bce32bef4b8ebaf47d4836a66d3a03497e..e503bc5a75b1fe48c728373d19fcf9ef83c28ca6 100644 (file)
@@ -402,10 +402,10 @@ ModuleExport size_t RegisterWEBPImage(void)
 #if defined(MAGICKCORE_WEBP_DELEGATE)
   entry->decoder=(DecodeImageHandler *) ReadWEBPImage;
   entry->encoder=(EncodeImageHandler *) WriteWEBPImage;
-  (void) FormatLocaleString(version,MaxTextExtent,"libwebp %d.%d.%d (%04X)",
+  (void) FormatLocaleString(version,MaxTextExtent,"libwebp %d.%d.%d [%04X]",
     (WebPGetDecoderVersion() >> 16) & 0xff,
     (WebPGetDecoderVersion() >> 8) & 0xff,
-    (WebPGetDecoderVersion() >> 0) & 0xff,WEBP_ENCODER_ABI_VERSION);
+    (WebPGetDecoderVersion() >> 0) & 0xff,WEBP_DECODER_ABI_VERSION);
 #endif
   entry->description=ConstantString("WebP Image Format");
   entry->mime_type=ConstantString("image/x-webp");