commit | af8d391906d11f0a1f2bbf4e2adbc4995c852d33 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Fri Feb 21 14:50:33 2014 +0000 |
committer | cristy <[email protected]> | Fri Feb 21 14:50:33 2014 +0000 |
tree | 830e3ae77c555095384249d6624e6172a8b3a058 | |
parent | f1b8a09734142109483a7638bcfc4bdcbadc72cc [diff] [blame] |
diff --git a/coders/mtv.c b/coders/mtv.c index 136def4..e5a0276 100644 --- a/coders/mtv.c +++ b/coders/mtv.c
@@ -366,8 +366,7 @@ /* Allocate memory for pixels. */ - if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse) - (void) TransformImageColorspace(image,sRGBColorspace,exception); + (void) TransformImageColorspace(image,sRGBColorspace,exception); pixels=(unsigned char *) AcquireQuantumMemory((size_t) image->columns, 3UL*sizeof(*pixels)); if (pixels == (unsigned char *) NULL)