Unused variables
This commit is contained in:
@@ -164,7 +164,6 @@ JNIEXPORT void JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___
|
||||
jint height, jint pf, jbyteArray dst, jint jpegsubsamp, jint flags)
|
||||
{
|
||||
tjhandle handle=0; int pixelsize;
|
||||
unsigned long size=0;
|
||||
unsigned char *srcbuf=NULL, *dstbuf=NULL;
|
||||
|
||||
gethandle();
|
||||
@@ -196,7 +195,6 @@ JNIEXPORT void JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___
|
||||
jint height, jint pf, jbyteArray dst, jint jpegsubsamp, jint flags)
|
||||
{
|
||||
tjhandle handle=0;
|
||||
unsigned long size=0;
|
||||
unsigned char *srcbuf=NULL, *dstbuf=NULL;
|
||||
|
||||
gethandle();
|
||||
@@ -344,7 +342,7 @@ JNIEXPORT void JNICALL Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress
|
||||
(JNIEnv *env, jobject obj, jbyteArray src, jint size, jintArray dst,
|
||||
jint width, jint pitch, jint height, jint pf, jint flags)
|
||||
{
|
||||
tjhandle handle=0; int ps;
|
||||
tjhandle handle=0;
|
||||
unsigned char *srcbuf=NULL, *dstbuf=NULL;
|
||||
|
||||
gethandle();
|
||||
|
||||
Reference in New Issue
Block a user