This commit is contained in:
DRC
2013-10-30 22:21:58 +00:00
parent 07eadec225
commit 8e4a07e20f

View File

@@ -1133,7 +1133,7 @@ DLLEXPORT int DLLCALL tjDecompressToYUV2(tjhandle handle,
jpeg_read_header(dinfo, TRUE);
jpegSubsamp=getSubsamp(dinfo);
if(jpegSubsamp<0)
_throw("tjTransform(): Could not determine subsampling type for JPEG image");
_throw("tjDecompressToYUV2: Could not determine subsampling type for JPEG image");
jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height;
if(width==0) width=jpegwidth;