projects
/
libjpeg-turbo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f8e69
)
Oops
author
DRC
<dcommander@users.sourceforge.net>
Wed, 30 Oct 2013 22:21:58 +0000
(22:21 +0000)
committer
DRC
<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
patch
|
blob
|
history
diff --git
a/turbojpeg.c
b/turbojpeg.c
index 8dcc3b7269ae9092ea2856bdb62de98d1e234219..bd37f575c817109e3731295bf2df5c21df914312 100644
(file)
--- a/
turbojpeg.c
+++ b/
turbojpeg.c
@@
-1133,7
+1133,7
@@
DLLEXPORT int DLLCALL tjDecompressToYUV2(tjhandle handle,
jpeg_read_header(dinfo, TRUE);
jpegSubsamp=getSubsamp(dinfo);
if(jpegSubsamp<0)
- _throw("tj
Transform()
: Could not determine subsampling type for JPEG image");
+ _throw("tj
DecompressToYUV2
: Could not determine subsampling type for JPEG image");
jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height;
if(width==0) width=jpegwidth;