]> granicus.if.org Git - libjpeg-turbo/commitdiff
Oops
authorDRC <dcommander@users.sourceforge.net>
Wed, 30 Oct 2013 22:21:58 +0000 (22:21 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 30 Oct 2013 22:21:58 +0000 (22:21 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1066 632fc199-4ca6-4c93-a231-07263d6284db

turbojpeg.c

index 8dcc3b7269ae9092ea2856bdb62de98d1e234219..bd37f575c817109e3731295bf2df5c21df914312 100644 (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;