TJDecompressor.java: "YUV" = "planar YUV"

(Oversight from 9a146f0f23)
This commit is contained in:
DRC
2023-01-16 16:52:46 -06:00
parent 22a6636852
commit 0c0df2d0c7
3 changed files with 16 additions and 12 deletions

View File

@@ -837,9 +837,10 @@ public class TJDecompressor implements Closeable {
}
/**
* Decompress the JPEG source image or decode the YUV source image associated
* with this decompressor instance and return a <code>BufferedImage</code>
* instance containing the packed-pixel decompressed/decoded image.
* Decompress the JPEG source image or decode the planar YUV source image
* associated with this decompressor instance and return a
* <code>BufferedImage</code> instance containing the packed-pixel
* decompressed/decoded image.
*
* @param desiredWidth see
* {@link #decompress(byte[], int, int, int, int, int, int, int)} for