Skip to content

Commit 62cca34

Browse files
committed
gpujpeg_exif: do not write software
already in COM marker (where also quality is written)
1 parent 62f4f48 commit 62cca34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gpujpeg_exif.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ gpujpeg_write_0th(struct gpujpeg_writer* writer, const uint8_t* start,
329329
{ETIFF_XRESOLUTION, {.uvalue = (uint32_t[]){DPI_DEFAULT, 1}} },
330330
{ETIFF_YRESOLUTION, {.uvalue = (uint32_t[]){DPI_DEFAULT, 1}} },
331331
{ETIFF_RESOLUTION_UNIT, {.uvalue = (uint32_t[]){ETIFF_INCHES}} },
332-
{ETIFF_SOFTWARE, {.csvalue = "GPUJPEG"} },
333332
{ETIFF_DATE_TIME , {.csvalue = date_time} },
334333
{ETIFF_YCBCR_POSITIONING, {.uvalue = (uint32_t[]){ETIFF_CENTER}} },
335334
{ETIFF_EXIF_IFD_POINTER, {0} }, // value will be set later

0 commit comments

Comments
 (0)