Skip to content

Commit 2ae5805

Browse files
Jean-Baptiste QueruAndroid Git Automerger
authored andcommitted
am 164a984: Merge "stagefright aacenc: Properly terminate a comment"
* commit '164a984224f5d430757628028f2522329987350f': stagefright aacenc: Properly terminate a comment
2 parents add87f9 + 164a984 commit 2ae5805

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)