summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/aacenc/inc
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-02-24 08:53:24 -0800
committerandroid code review <noreply-gerritcodereview@google.com>2012-02-24 08:53:25 -0800
commitaa1639aeb42e7c403315319bf55632de93d3c8d9 (patch)
tree65487d4fe9a8aad6fcdc3c4322fcdc7048b62e38 /media/libstagefright/codecs/aacenc/inc
parent3e4d4efcaf00c8263c7bcd651e453e93b60535da (diff)
parent9fc4dfb69df0b5a13b7a1904272eb1dcf8113d0c (diff)
downloadframeworks_av-aa1639aeb42e7c403315319bf55632de93d3c8d9.zip
frameworks_av-aa1639aeb42e7c403315319bf55632de93d3c8d9.tar.gz
frameworks_av-aa1639aeb42e7c403315319bf55632de93d3c8d9.tar.bz2
Merge "stagefright aacenc: Add const declarations to some pointers"
Diffstat (limited to 'media/libstagefright/codecs/aacenc/inc')
-rw-r--r--media/libstagefright/codecs/aacenc/inc/psy_configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libstagefright/codecs/aacenc/inc/psy_configuration.h b/media/libstagefright/codecs/aacenc/inc/psy_configuration.h
index 9abfc99..f6981fa 100644
--- a/media/libstagefright/codecs/aacenc/inc/psy_configuration.h
+++ b/media/libstagefright/codecs/aacenc/inc/psy_configuration.h
@@ -31,7 +31,7 @@ typedef struct{
Word16 sfbCnt;
Word16 sfbActive; /* number of sf bands containing energy after lowpass */
- Word16 *sfbOffset;
+ const Word16 *sfbOffset;
Word32 sfbThresholdQuiet[MAX_SFB_LONG];
@@ -61,7 +61,7 @@ typedef struct{
Word16 sfbCnt;
Word16 sfbActive; /* number of sf bands containing energy after lowpass */
- Word16 *sfbOffset;
+ const Word16 *sfbOffset;
Word32 sfbThresholdQuiet[MAX_SFB_SHORT];