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

Commit 32901b39 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am be9a7055: Merge "stagefright aacenc: Remove a stray semicolon"

* commit 'be9a7055':
  stagefright aacenc: Remove a stray semicolon
parents 716a0517 be9a7055
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ void QCOutDelete(QC_OUT* hQC, VO_MEM_OPERATOR *pMemOP)
   Word32 i;
   if(hQC)
   {
      if(hQC->qcChannel[0].quantSpec);
      if(hQC->qcChannel[0].quantSpec)
		 mem_free(pMemOP, hQC->qcChannel[0].quantSpec, VO_INDEX_ENC_AAC);

      if(hQC->qcChannel[0].maxValueInSfb)