summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--v3/EmulatedFakeCamera3.cpp4
-rw-r--r--v3/EmulatedFakeCamera3.h2
-rw-r--r--[-rwxr-xr-x]v3/fake-pipeline2/Base.h2
-rw-r--r--v3/fake-pipeline2/JpegCompressor.cpp19
4 files changed, 6 insertions, 21 deletions
diff --git a/v3/fake-pipeline2/Base.h b/v3/fake-pipeline2/Base.h
index 1f27ca6..2437758 100755..100644
--- a/v3/fake-pipeline2/Base.h
+++ b/v3/fake-pipeline2/Base.h
@@ -69,7 +69,7 @@ struct ExifInfo {
double longitude;
double latitude;
double altitude;
- uint8_t *gpsProcessingMethod;
+ uint8_t gpsProcessingMethod[32];
bool has_longitude;
bool has_latitude;
bool has_altitude;