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

Commit 842c1a74 authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Add samplerate and bitspersample keys" am: 25b0f8dc

am: 69b22687

Change-Id: Ie62170e09a21633508ba86d2b211d7adb23f4038
parents 792b528b 69b22687
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -135,6 +135,8 @@ MediaScanResult StagefrightMediaScanner::processFileInternal(
        { "colorstandard", METADATA_KEY_COLOR_STANDARD },
        { "colortransfer", METADATA_KEY_COLOR_TRANSFER },
        { "colorrange", METADATA_KEY_COLOR_RANGE },
        { "samplerate", METADATA_KEY_SAMPLERATE },
        { "bitspersample", METADATA_KEY_BITS_PER_SAMPLE },
    };
    static const size_t kNumEntries = sizeof(kKeyMap) / sizeof(kKeyMap[0]);