summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYao-Sheng Tsai <tonyystsai@google.com>2020-02-19 17:34:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-02-19 17:34:05 +0000
commitb9ab79e1b2bd0e2bd2034ecb0ce28749e3e52b55 (patch)
tree3b8c8b2d2601abfdc5a9767129a0e4e7418c0264 /include
parentccce882034c60e8ea773c3ee539f3e5904cde293 (diff)
parente47d209f1d0387a5188e902385ad119b430a4fb6 (diff)
Merge "include: sync up ExynosExif.h file" into qt-hammersmith-dev
Diffstat (limited to 'include')
-rw-r--r--include/ExynosExif.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ExynosExif.h b/include/ExynosExif.h
index 32efd71..235ca66 100644
--- a/include/ExynosExif.h
+++ b/include/ExynosExif.h
@@ -190,8 +190,11 @@ typedef enum {
#define EXIF_DEF_RESOLUTION_DEN 1
#define EXIF_DEF_RESOLUTION_UNIT 2 /* inches */
+#define APP_MARKER_2 2
+#define APP_MARKER_3 3
#define APP_MARKER_4 4
#define APP_MARKER_5 5
+#define APP_MARKER_6 6
typedef struct {
uint32_t num;
@@ -282,4 +285,4 @@ typedef struct {
bool UpdateDebugData(char *jpeg, size_t jpeglen, debug_attribute_t *debug);
bool UpdateExif(char *jpeg, size_t jpeglen, exif_attribute_t *exif);
-#endif //USES_UNIVERSAL_LIBHWJPEG
+#endif /* __HARDWARE_EXYNOS_EXYNOS_EXIF_H__ */