Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/3468
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed May 1, 2021
1 parent 6197fbd commit 8204db4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions coders/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 608,8 @@ static MagickBooleanType WriteVIDEOImage(const ImageInfo *image_info,
(void) CopyMagickString(coalesce_image->magick_filename,basename,
MagickPathExtent);
(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_info->magick,
MagickPathExtent);
status=InvokeDelegate(write_info,coalesce_image,(char *) NULL,"video:encode",
exception);
(void) FormatLocaleString(write_info->filename,MagickPathExtent,"%s.%s",
Expand Down

0 comments on commit 8204db4

Please sign in to comment.