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

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

Convert frame count metadata key

AMEDIAFORMAT_KEY_FRAME_COUNT/kKeyFrameCount weren't being converted.

Bug: 119781577
Bug: 111407253
Test: CTS
Change-Id: I312cf8bac3b8471c0c2e10ff376ded7378086638
parent 6fdd7d07
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -608,6 +608,7 @@ static std::vector<std::pair<const char *, uint32_t>> int32Mappings {
        { "temporal-layer-count", kKeyTemporalLayerCount },
        { "temporal-layer-count", kKeyTemporalLayerCount },
        { "thumbnail-width", kKeyThumbnailWidth },
        { "thumbnail-width", kKeyThumbnailWidth },
        { "thumbnail-height", kKeyThumbnailHeight },
        { "thumbnail-height", kKeyThumbnailHeight },
        { "frame-count", kKeyFrameCount },
    }
    }
};
};