summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/MosaicFrameProcessor.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/MosaicFrameProcessor.java')
-rw-r--r--src/com/android/camera/MosaicFrameProcessor.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/camera/MosaicFrameProcessor.java b/src/com/android/camera/MosaicFrameProcessor.java
index c59e6b91b..efd4ad2ae 100644
--- a/src/com/android/camera/MosaicFrameProcessor.java
+++ b/src/com/android/camera/MosaicFrameProcessor.java
@@ -92,7 +92,8 @@ public class MosaicFrameProcessor {
mPreviewBufferSize = bufSize;
setupMosaicer(mPreviewWidth, mPreviewHeight, mPreviewBufferSize);
setStripType(Mosaic.STRIPTYPE_WIDE);
- reset();
+ // no need to call reset() here. reset() should be called by the client
+ // after this initialization before calling other methods of this object.
}
public void clear() {