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

Commit eedda307 authored by James Dong's avatar James Dong
Browse files

Fix an error that missed an "=" for equality in an if statement

Change-Id: Ib566226b427f5357d52c7b9c0742afa05fdd3a84
parent 6f9028e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8866,7 +8866,7 @@ static M4OSA_ERR M4MCS_intVideoNullEncoding( M4MCS_InternalContext *pC )
    }


    if ((pC->EncodingVideoFormat = M4ENCODER_kNULL)
    if ((pC->EncodingVideoFormat == M4ENCODER_kNULL)
        && (pC->bLastDecodedFrameCTS == M4OSA_FALSE)
        && (pC->uiBeginCutTime > 0)) {