diff options
author | Song Ni <song.ni2@samsung.com> | 2019-10-25 16:01:31 +0900 |
---|---|---|
committer | Song Ni <song.ni2@samsung.com> | 2019-10-25 04:54:56 -0700 |
commit | e47d209f1d0387a5188e902385ad119b430a4fb6 (patch) | |
tree | 9a62a10854de227a4bfee71c982b4264752c6b3e /include | |
parent | 9fb50ee0ec6b3020368ff9cc494d08f4270f16cd (diff) |
include: sync up ExynosExif.h file
Change-Id: I30df9a4fe15c1a1b8a4958de7c2c7d16e1ecbe72
Diffstat (limited to 'include')
-rw-r--r-- | include/ExynosExif.h | 5 |
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__ */ |