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

Commit 67607d6d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "ACodec: Update max temporal layer count" into qt-dev

parents 5d50097e c61bdcf5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2580,6 +2580,8 @@ status_t ACodec::configureTemporalLayers(
        layerParams.nPLayerCountActual = numLayers - numBLayers;
        layerParams.nBLayerCountActual = numBLayers;
        layerParams.bBitrateRatiosSpecified = OMX_FALSE;
        layerParams.nLayerCountMax = numLayers;
        layerParams.nBLayerCountMax = numBLayers;

        err = mOMXNode->setParameter(
                (OMX_INDEXTYPE)OMX_IndexParamAndroidVideoTemporalLayering,