mirror of
https://github.com/Evolution-X/external_piex
synced 2026-02-01 07:35:29 +00:00
Fix build failures and accept clang suggestions
Change-Id: Ib3c71c42c7ac7737bf0185858ef37b322df42167
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user