Skip to content

Commit 164a984

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "stagefright aacenc: Properly terminate a comment"
2 parents 9d25b82 + d7bbc3d commit 164a984

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)