Extend the TurboJPEG C API to support handling YUV images stored in separate image planes instead of a unified buffer


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1343 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index 7d174ca..bd67551 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -42,8 +42,12 @@
 	global:
 		tjBufSizeYUV2;
 		tjCompressFromYUV;
+		tjCompressFromYUVPlanes;
 		tjDecodeYUV;
+		tjDecodeYUVPlanes;
 		tjDecompressHeader3;
 		tjDecompressToYUV2;
+		tjDecompressToYUVPlanes;
 		tjEncodeYUV3;
+		tjEncodeYUVPlanes;
 } TURBOJPEG_1.2;