aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-08-11 18:05:41 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-08-11 18:05:41 +0000
commit641f8d60d6dabb82d36e180e2f8f09209fa8ac65 (patch)
treea7f000f19df9b16a53ec6868783ed8334a8f213c /turbojpeg-mapfile
parentd767739b6a1b8e7beffb7c31771d94323ea364ea (diff)
Extend the TurboJPEG C API to support handling YUV images stored in separate image planes instead of a unified buffer
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1343 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'turbojpeg-mapfile')
-rwxr-xr-xturbojpeg-mapfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index 7d174ca..bd67551 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -42,8 +42,12 @@ TURBOJPEG_1.4
global:
tjBufSizeYUV2;
tjCompressFromYUV;
+ tjCompressFromYUVPlanes;
tjDecodeYUV;
+ tjDecodeYUVPlanes;
tjDecompressHeader3;
tjDecompressToYUV2;
+ tjDecompressToYUVPlanes;
tjEncodeYUV3;
+ tjEncodeYUVPlanes;
} TURBOJPEG_1.2;