aboutsummaryrefslogtreecommitdiff
path: root/src/tiff_parser.h
diff options
context:
space:
mode:
authorNick Chusid <nchusid@google.com>2021-06-23 18:30:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-23 18:30:00 +0000
commit3e08a5ae1d34ad578c779c07973158b37d358352 (patch)
treeb6fd20680008774313804a590ef75584ab3485da /src/tiff_parser.h
parent0dbd4e41281585bf43b7a0572abebd8070506a18 (diff)
parent9dae596dd356b3fd878d88b836b68ea4836294d9 (diff)
downloadpiex-3e08a5ae1d34ad578c779c07973158b37d358352.tar.gz
Fix build failures and accept clang suggestions am: ff6a5f9dc9 am: 66026efeeb am: 9dae596dd3
Original change: https://android-review.googlesource.com/c/platform/external/piex/+/1730751 Change-Id: I46f07a3503de49f2c09af96f8a4c8b681ff433b1
Diffstat (limited to 'src/tiff_parser.h')
-rw-r--r--src/tiff_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tiff_parser.h b/src/tiff_parser.h
index f89c319..e19dea2 100644
--- a/src/tiff_parser.h
+++ b/src/tiff_parser.h
@@ -184,7 +184,7 @@ class TiffParser {
// Runs over the Tiff IFD, Exif IFD and subIFDs to get the preview image data.
// Returns false if something with the Tiff tags is wrong.
bool GetPreviewImageData(const TiffContent& tiff_content,
- PreviewImageData* image_metadata);
+ PreviewImageData* preview_image_data);
// Returns false if called more that once or something with the Tiff data is
// wrong.