Correct misuse of the word "pitch" + more code formatting tweaks

This commit is contained in:
DRC
2013-04-27 20:55:45 +00:00
parent aaa5ae742a
commit 7440604f2b
4 changed files with 23 additions and 27 deletions

View File

@@ -350,8 +350,7 @@ public final class TJ {
* @return the size of the buffer (in bytes) required to hold a YUV planar
* image with the given width, height, and level of chrominance subsampling
*/
public static native int bufSizeYUV(int width, int height,
int subsamp)
public static native int bufSizeYUV(int width, int height, int subsamp)
throws Exception;
/**