aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-10-30 23:02:57 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-10-30 23:02:57 +0000
commit10962f2bc16d19d3a9fc7fe399af8d32f5bcda53 (patch)
tree92ebcd2ed9bbabce2e4307345e4a31d480a43edc /turbojpeg-mapfile
parent80fab3c590d55ec83bfed37090d660829b45bf82 (diff)
Extend the TurboJPEG C API to support compressing JPEG images from YUV planar images
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1067 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'turbojpeg-mapfile')
-rwxr-xr-xturbojpeg-mapfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index 46e6ca7..d8cf41c 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -41,6 +41,7 @@ TURBOJPEG_1.4
{
global:
tjBufSizeYUV2;
+ tjCompressFromYUV;
tjDecompressHeader3;
tjDecompressToYUV2;
tjEncodeYUV3;