From: glennrp Date: Sat, 10 Aug 2013 00:39:01 +0000 (+0000) Subject: Changed MIME type for MNG to video/x-mng, in accordance with the MNG spec X-Git-Tag: 7.0.1-0~3406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afc97b1e31b78c973c4bf5e0be8d5090cfca8065;p=imagemagick Changed MIME type for MNG to video/x-mng, in accordance with the MNG spec --- diff --git a/coders/png.c b/coders/png.c index 8b55d2558..e191ed4ce 100644 --- a/coders/png.c +++ b/coders/png.c @@ -7496,7 +7496,7 @@ ModuleExport size_t RegisterPNGImage(void) if (*version != '\0') entry->version=ConstantString(version); - entry->mime_type=ConstantString("image/x-mng"); + entry->mime_type=ConstantString("video/x-mng"); entry->module=ConstantString("PNG"); entry->note=ConstantString(MNGNote); (void) RegisterMagickInfo(entry);