Skip to content

Commit

Permalink
Camera: Increase MAX_EXIF_TABLE_ENTRIES to 17
Browse files Browse the repository at this point in the history
Because of adding EXIF DateTimeDigitized entry,
should increase MAX_EXIF_TABLE_ENTRIES.

Bug: 11693325
Change-Id: I9cdd85a12e6e0bd577a020075c357214145ea1e9
  • Loading branch information
hopemini authored and Vineetas committed Nov 14, 2013
1 parent 7e5ba59 commit 842d685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QCamera2/HAL/QCameraPostProc.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ typedef struct {
qcamera_release_data_t release_data; // any data needs to be release after notify
} qcamera_data_argm_t;

#define MAX_EXIF_TABLE_ENTRIES 16
#define MAX_EXIF_TABLE_ENTRIES 17
class QCameraExif
{
public:
Expand Down
2 changes: 1 addition & 1 deletion QCamera2/HAL3/QCamera3PostProc.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ typedef struct {
mm_jpeg_output_t out_data; // ptr to jpeg output buf
} qcamera_jpeg_evt_payload_t;

#define MAX_EXIF_TABLE_ENTRIES 16
#define MAX_EXIF_TABLE_ENTRIES 17
class QCamera3Exif
{
public:
Expand Down

0 comments on commit 842d685

Please sign in to comment.