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

Commit d8187fc8 authored by George Burgess IV's avatar George Burgess IV Committed by Automerger Merge Worker
Browse files

Merge "sfplugin: use an array instead of a vector" am: 4a1f564d

Change-Id: Ifb35bc30c8ec0739aee9bdb53e9939ca144b721c
parents 884a4ead 4a1f564d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1780,7 +1780,7 @@ void CCodec::onMessageReceived(const sp<AMessage> &msg) {
                // copy standard infos to graphic buffers if not already present (otherwise, we
                // may overwrite the actual intermediate value with a final value)
                stream = 0;
                const static std::vector<C2Param::Index> stdGfxInfos = {
                const static C2Param::Index stdGfxInfos[] = {
                    C2StreamRotationInfo::output::PARAM_TYPE,
                    C2StreamColorAspectsInfo::output::PARAM_TYPE,
                    C2StreamDataSpaceInfo::output::PARAM_TYPE,