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

Commit e6710641 authored by Chong Zhang's avatar Chong Zhang
Browse files

heif: add new format type

bug: 64077740
Change-Id: I3329b911fde9fecd1c0f91a931d7883685e74c13
parent 2c8c51d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ static const CodeEntry sFormatCodes[] = {
    { "MTP_FORMAT_JP2",                             0x380F },
    { "MTP_FORMAT_JPX",                             0x3810 },
    { "MTP_FORMAT_DNG",                             0x3811 },
    { "MTP_FORMAT_HEIF",                            0x3812 },
    { "MTP_FORMAT_UNDEFINED_FIRMWARE",              0xB802 },
    { "MTP_FORMAT_WINDOWS_IMAGE_FORMAT",            0xB881 },
    { "MTP_FORMAT_UNDEFINED_AUDIO",                 0xB900 },
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@
#define MTP_FORMAT_JP2                                  0x380F   // JPEG2000 Baseline File Format
#define MTP_FORMAT_JPX                                  0x3810   // JPEG2000 Extended File Format
#define MTP_FORMAT_DNG                                  0x3811   // Digital Negative
#define MTP_FORMAT_HEIF                                 0x3812   // HEIF images
#define MTP_FORMAT_UNDEFINED_FIRMWARE                   0xB802
#define MTP_FORMAT_WINDOWS_IMAGE_FORMAT                 0xB881
#define MTP_FORMAT_UNDEFINED_AUDIO                      0xB900