aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2014-02-28 09:17:14 +0000
committerDRC <dcommander@users.sourceforge.net>2014-02-28 09:17:14 +0000
commit34dca052271f4a75b3c0f7b11a2c5024159628d4 (patch)
tree3aefeba0e651e5da8c30687562f214e808ae928b /turbojpeg-mapfile
parent2bdadb44a77465d7eca03cfa9a6fcb16109bad51 (diff)
downloadlibjpeg-turbo-34dca052271f4a75b3c0f7b11a2c5024159628d4.tar.gz
Implement a YUV decode function in the TurboJPEG API, to be symmetric with tjEncodeYUV().
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1132 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 d8cf41c3..7d174ca8 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -42,6 +42,7 @@ TURBOJPEG_1.4
global:
tjBufSizeYUV2;
tjCompressFromYUV;
+ tjDecodeYUV;
tjDecompressHeader3;
tjDecompressToYUV2;
tjEncodeYUV3;