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

Commit 3dbc150f authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Convert frame count metadata key"

parents 13f6f2a2 a0438423
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -608,6 +608,7 @@ static std::vector<std::pair<const char *, uint32_t>> int32Mappings {
        { "temporal-layer-count", kKeyTemporalLayerCount },
        { "thumbnail-width", kKeyThumbnailWidth },
        { "thumbnail-height", kKeyThumbnailHeight },
        { "frame-count", kKeyFrameCount },
    }
};