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

Commit 69b22687 authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Add samplerate and bitspersample keys"

am: 25b0f8dc

Change-Id: If218837cc00ff23da682aa5e9007f1a93c3918be
parents a1aed6c9 25b0f8dc
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]);