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

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

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

* commit '32901b39':
  stagefright aacenc: Remove a stray semicolon
parents 4bcdeb86 32901b39
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)