Skip to content

Commit

Permalink
Merge "stagefright aacenc: Remove a stray semicolon"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Queru authored and android code review committed Feb 27, 2012
2 parents fe5f5d7 + a9e1747 commit be9a705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/libstagefright/codecs/aacenc/src/qc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be9a705

Please sign in to comment.