aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-04-26 10:33:29 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-04-26 10:33:29 +0000
commit16254be3d74b3e04d9292ababb494e18332dc6e0 (patch)
tree1407300d39e93f8b71042ee2dff08b46aa9c61bf /turbojpeg-mapfile
parenta77edaa4a9310d630c6fa113ea163f71462b7d08 (diff)
Extend the TurboJPEG C API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@962 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'turbojpeg-mapfile')
-rwxr-xr-xturbojpeg-mapfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index bd1ac71..21389b1 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -36,3 +36,11 @@ TURBOJPEG_1.2
tjInitTransform;
tjTransform;
} TURBOJPEG_1.1;
+
+TURBOJPEG_1.4
+{
+ global:
+ tjBufSizeYUV2;
+ tjDecompressToYUV2;
+ tjEncodeYUV3;
+} TURBOJPEG_1.2;