Skip to content

Commit d7bbc3d

Browse files
committed
stagefright aacenc: Properly terminate a comment
This avoids a warning about /* within a comment. Change-Id: I9079909734d35db5ab0fd54b46173d7a1848d0c9
1 parent b4cee0f commit d7bbc3d

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/adj_thr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ void AdjThrInit(ADJ_THR_STATE *hAdjThr,
10391039

10401040
/* minSnr adaptation */
10411041
/* maximum reduction of minSnr goes down to minSnr^maxRed */
1042-
msaParam->maxRed = 0x20000000; /* *0.25f /
1042+
msaParam->maxRed = 0x20000000; /* *0.25f */
10431043
/* start adaptation of minSnr for avgEn/sfbEn > startRatio */
10441044
msaParam->startRatio = 0x0ccccccd; /* 10 */
10451045
/* maximum minSnr reduction to minSnr^maxRed is reached for

0 commit comments

Comments
 (0)