diff options
Diffstat (limited to 'camera')
-rw-r--r-- | camera/CameraMetadata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/CameraMetadata.cpp b/camera/CameraMetadata.cpp index e216d26..b96a88f 100644 --- a/camera/CameraMetadata.cpp +++ b/camera/CameraMetadata.cpp @@ -583,7 +583,7 @@ status_t CameraMetadata::writeToParcel(Parcel& data, */ WritableBlob blob; do { - res = data.writeBlob(blobSize, &blob); + res = data.writeBlob(blobSize, false, &blob); if (res != OK) { break; } |