Skip to content

Commit 5e7fd6c

Browse files
committed
update
1 parent c5d3c9c commit 5e7fd6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/jp/co/cyberagent/android/gpuimage/PixelBuffer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ private void convertToBitmap() {
194194
mGL.glReadPixels(0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, ib);
195195
int[] ia = ib.array();
196196

197+
//Stupid !
197198
// Convert upside down mirror-reversed image to right-side up normal
198199
// image.
199200
for (int i = 0; i < mHeight; i++) {

0 commit comments

Comments
 (0)