From eedda3071755b2dcf851bca8bed610de18a91d01 Mon Sep 17 00:00:00 2001 From: James Dong Date: Mon, 23 Jan 2012 15:39:19 -0800 Subject: Fix an error that missed an "=" for equality in an if statement Change-Id: Ib566226b427f5357d52c7b9c0742afa05fdd3a84 --- libvideoeditor/vss/mcs/src/M4MCS_API.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvideoeditor') diff --git a/libvideoeditor/vss/mcs/src/M4MCS_API.c b/libvideoeditor/vss/mcs/src/M4MCS_API.c index d75a495..3844630 100755 --- a/libvideoeditor/vss/mcs/src/M4MCS_API.c +++ b/libvideoeditor/vss/mcs/src/M4MCS_API.c @@ -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)) { -- cgit v1.1