diff options
author | Martin Storsjo <martin@martin.st> | 2012-01-12 14:27:01 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2012-01-13 21:21:51 +0200 |
commit | d7bbc3d41a6998e9370bf86feff960cd0c04892d (patch) | |
tree | d214828a47854d868ec61a17ee9882840082c5a7 /media | |
parent | b4cee0f871e0f5a2abd6c6f05b65710b69423f2c (diff) | |
download | frameworks_base-d7bbc3d41a6998e9370bf86feff960cd0c04892d.zip frameworks_base-d7bbc3d41a6998e9370bf86feff960cd0c04892d.tar.gz frameworks_base-d7bbc3d41a6998e9370bf86feff960cd0c04892d.tar.bz2 |
stagefright aacenc: Properly terminate a comment
This avoids a warning about /* within a comment.
Change-Id: I9079909734d35db5ab0fd54b46173d7a1848d0c9
Diffstat (limited to 'media')
-rw-r--r-- | media/libstagefright/codecs/aacenc/src/adj_thr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/codecs/aacenc/src/adj_thr.c b/media/libstagefright/codecs/aacenc/src/adj_thr.c index c656f65..a8ab809 100644 --- a/media/libstagefright/codecs/aacenc/src/adj_thr.c +++ b/media/libstagefright/codecs/aacenc/src/adj_thr.c @@ -1039,7 +1039,7 @@ void AdjThrInit(ADJ_THR_STATE *hAdjThr, /* minSnr adaptation */ /* maximum reduction of minSnr goes down to minSnr^maxRed */ - msaParam->maxRed = 0x20000000; /* *0.25f / + msaParam->maxRed = 0x20000000; /* *0.25f */ /* start adaptation of minSnr for avgEn/sfbEn > startRatio */ msaParam->startRatio = 0x0ccccccd; /* 10 */ /* maximum minSnr reduction to minSnr^maxRed is reached for |