]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 2 Sep 2017 19:11:47 +0000 (15:11 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 2 Sep 2017 19:11:47 +0000 (15:11 -0400)
coders/mpeg.c

index 5a0d2698426a4101c9a0e7acff2960766b2896d5..aea8c902ab14f641e480a8decda6237ae3655c5e 100644 (file)
@@ -593,7 +593,8 @@ static MagickBooleanType WriteMPEGImage(const ImageInfo *image_info,
   (void) CopyMagickString(coalesce_image->filename,basename,MagickPathExtent);
   GetPathComponent(image_info->filename,ExtensionPath,coalesce_image->magick);
   if (*coalesce_image->magick == '\0')
-    (void) CopyMagickString(coalesce_image->magick,image->magick,MagickPathExtent);
+    (void) CopyMagickString(coalesce_image->magick,image->magick,
+      MagickPathExtent);
   status=InvokeDelegate(write_info,coalesce_image,(char *) NULL,"mpeg:encode",
     exception);
   (void) FormatLocaleString(write_info->filename,MagickPathExtent,"%s.%s",