Skip to content

Commit 32901b3

Browse files
Jean-Baptiste QueruAndroid Git Automerger
authored andcommitted
am be9a705: Merge "stagefright aacenc: Remove a stray semicolon"
* commit 'be9a705586edafcedc9fabb94d3259f882b7cbd7': stagefright aacenc: Remove a stray semicolon
2 parents 716a051 + be9a705 commit 32901b3

File tree

1 file changed

+1
-1
lines changed
  • media/libstagefright/codecs/aacenc/src

1 file changed

+1
-1
lines changed

media/libstagefright/codecs/aacenc/src/qc_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void QCOutDelete(QC_OUT* hQC, VO_MEM_OPERATOR *pMemOP)
163163
Word32 i;
164164
if(hQC)
165165
{
166-
if(hQC->qcChannel[0].quantSpec);
166+
if(hQC->qcChannel[0].quantSpec)
167167
mem_free(pMemOP, hQC->qcChannel[0].quantSpec, VO_INDEX_ENC_AAC);
168168

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

0 commit comments

Comments
 (0)