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

Commit fd86bc29 authored by Jaesung Chung's avatar Jaesung Chung
Browse files

Add DNG format in MTP

Bug: 25871812
Change-Id: I141d97cb8866edcaa7cab7fe04721e4386832d2b
parent df9e6aaf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ static const CodeEntry sFormatCodes[] = {
    { "MTP_FORMAT_TIFF_IT",                         0x380E },
    { "MTP_FORMAT_JP2",                             0x380F },
    { "MTP_FORMAT_JPX",                             0x3810 },
    { "MTP_FORMAT_DNG",                             0x3811 },
    { "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
@@ -93,6 +93,7 @@
#define MTP_FORMAT_TIFF_IT                              0x380E   // Tag Image File Format for Information Technology (graphic arts)
#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_UNDEFINED_FIRMWARE                   0xB802
#define MTP_FORMAT_WINDOWS_IMAGE_FORMAT                 0xB881
#define MTP_FORMAT_UNDEFINED_AUDIO                      0xB900