mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update exif.cpp from upstream
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
4a550e4d7d
commit
dc55ee4a23
3 changed files with 911 additions and 584 deletions
|
@ -354,7 +354,7 @@ extern "C" xsltStylesheetPtr get_stylesheet(const char *name)
|
|||
|
||||
extern "C" timestamp_t picture_get_timestamp(char *filename)
|
||||
{
|
||||
EXIFInfo exif;
|
||||
easyexif::EXIFInfo exif;
|
||||
memblock mem;
|
||||
int retval;
|
||||
|
||||
|
@ -1211,7 +1211,7 @@ extern "C" void savePictureLocal(struct picture *picture, const char *data, int
|
|||
|
||||
extern "C" void picture_load_exif_data(struct picture *p)
|
||||
{
|
||||
EXIFInfo exif;
|
||||
easyexif::EXIFInfo exif;
|
||||
memblock mem;
|
||||
|
||||
if (readfile(localFilePath(QString(p->filename)).toUtf8().data(), &mem) <= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue