Extend the TurboJPEG C API to support handling YUV images stored in separate image planes instead of a unified buffer
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1343 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -42,8 +42,12 @@ TURBOJPEG_1.4
|
||||
global:
|
||||
tjBufSizeYUV2;
|
||||
tjCompressFromYUV;
|
||||
tjCompressFromYUVPlanes;
|
||||
tjDecodeYUV;
|
||||
tjDecodeYUVPlanes;
|
||||
tjDecompressHeader3;
|
||||
tjDecompressToYUV2;
|
||||
tjDecompressToYUVPlanes;
|
||||
tjEncodeYUV3;
|
||||
tjEncodeYUVPlanes;
|
||||
} TURBOJPEG_1.2;
|
||||
|
||||
Reference in New Issue
Block a user