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
This commit is contained in:
DRC
2014-02-28 09:17:14 +00:00
parent 9649c114e6
commit fc300f03f9
9 changed files with 454 additions and 165 deletions

View File

@@ -42,6 +42,7 @@ TURBOJPEG_1.4
global:
tjBufSizeYUV2;
tjCompressFromYUV;
tjDecodeYUV;
tjDecompressHeader3;
tjDecompressToYUV2;
tjEncodeYUV3;