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

Commit 0d263964 authored by Dheeraj Sharma's avatar Dheeraj Sharma Committed by Android Git Automerger
Browse files

am ff9e07e2: Fix for issue: 3404624 The overlay in the exported video is blurry

* commit 'ff9e07e20e2573eba5b32bad2a8453f397f1f0f7':
  Fix for issue: 3404624 The overlay in the exported video is blurry
parents 92ba5b79 aae29543
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2218,9 +2218,7 @@ M4OSA_ERR M4VSS3GPP_intCreateVideoEncoder( M4VSS3GPP_InternalEditContext *pC )
        }
        else
        {
            /* Same as input file */
            EncParams.Bitrate =
                pC->pC1->pSettings->ClipProperties.uiVideoBitrate;
            EncParams.Bitrate = pC->ewc.uiVideoBitrate;
        }
    }
    else