Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c357121a authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Add missing format key conversion

Bug: 111407253
Test: build
Change-Id: Ib1ef6682ee39adea5706244e5cab8ae58e8c2158
parent b6670e3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -598,6 +598,7 @@ static std::vector<std::pair<const char *, uint32_t>> int64Mappings {
    {
        { "exif-offset", kKeyExifOffset },
        { "exif-size", kKeyExifSize },
        { "thumbnail-time", kKeyThumbnailTime },
    }
};