]> granicus.if.org Git - libjpeg-turbo/commitdiff
Oops. Include the tjPlane*() functions in the mapfile so that they are exposed in...
authorDRC <dcommander@users.sourceforge.net>
Sat, 22 Nov 2014 23:56:26 +0000 (23:56 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sat, 22 Nov 2014 23:56:26 +0000 (23:56 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1429 632fc199-4ca6-4c93-a231-07263d6284db

ChangeLog.txt
turbojpeg-mapfile
turbojpeg-mapfile.jni

index 58b5208c302d9874347e0d091732c9e72ec48036..ac6aad33ef7f767d60998923bf0472c8c94106ff 100644 (file)
@@ -47,6 +47,11 @@ order), the Huffman encoder can produce encoded blocks that approach double the
 size of the unencoded blocks.  Thus, the Huffman local buffer was increased to
 256 bytes, which should prevent any such issue from re-occurring in the future.
 
+[10] The new tjPlaneSizeYUV(), tjPlaneWidth(), and tjPlaneHeight() functions
+were not actually usable on any platform except OS X and Windows, because
+those functions were not included in the libturbojpeg mapfile.  This has been
+fixed.
+
 
 1.3.90 (1.4 beta1)
 ==================
index bd675519edb6c0c3abcfc7ef62fd22ce2b95c5ec..35d55ae37a8edc6f1725c67aef384cde12f094f1 100755 (executable)
@@ -50,4 +50,7 @@ TURBOJPEG_1.4
                tjDecompressToYUVPlanes;
                tjEncodeYUV3;
                tjEncodeYUVPlanes;
+               tjPlaneHeight;
+               tjPlaneSizeYUV;
+               tjPlaneWidth;
 } TURBOJPEG_1.2;
index 3370d1f2a1ce347b3b0d6ea879f1f73375d80b20..9c1d25bb8877f535e68570d8b56f43580cc6c8a9 100755 (executable)
@@ -76,6 +76,9 @@ TURBOJPEG_1.4
                tjDecompressToYUVPlanes;
                tjEncodeYUV3;
                tjEncodeYUVPlanes;
+               tjPlaneHeight;
+               tjPlaneSizeYUV;
+               tjPlaneWidth;
                Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII;
                Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII;
                Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III;