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

Commit e98a9539 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "stagefright amrwbenc: Remove a useless check"

parents 7d8e0f1a c4ef4bb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1702,7 +1702,7 @@ VO_U32 VO_API voAMRWB_SetInputData(
	gData = (Coder_State *)hCodec;
	stream = gData->stream;

	if(NULL == pInput || NULL == pInput->Buffer || 0 > pInput->Length)
	if(NULL == pInput || NULL == pInput->Buffer)
	{
		return VO_ERR_INVALID_ARG;
	}