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

Commit d864b5fb 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 am: d8187fc8 am: 08608d0f

Change-Id: I126c00bbe73635f5f8c88dfd20699421ac93d50f
parents 5320f725 08608d0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1829,7 +1829,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,