File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
media/libstagefright/codecs/amrnb/common/include Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ extern "C"
8383 ; EXTERNAL VARIABLES REFERENCES
8484 ; Declare variables used in this module but defined elsewhere
8585 ----------------------------------------------------------------------------*/
86- extern Word16 grid [];
86+ extern const Word16 grid [];
8787
8888 /*----------------------------------------------------------------------------
8989 ; SIMPLE TYPEDEF'S
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ extern "C"
8585 ; EXTERNAL VARIABLES REFERENCES
8686 ; Declare variables used in this module but defined elsewhere
8787 ----------------------------------------------------------------------------*/
88- extern Word16 inv_sqrt_tbl [];
88+ extern const Word16 inv_sqrt_tbl [];
8989 /*----------------------------------------------------------------------------
9090 ; SIMPLE TYPEDEF'S
9191 ----------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ extern "C"
8585 ; EXTERNAL VARIABLES REFERENCES
8686 ; Declare variables used in this module but defined elsewhere
8787 ----------------------------------------------------------------------------*/
88- extern Word16 log2_tbl [];
88+ extern const Word16 log2_tbl [];
8989 /*----------------------------------------------------------------------------
9090 ; SIMPLE TYPEDEF'S
9191 ----------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ extern "C"
8181 ; EXTERNAL VARIABLES REFERENCES
8282 ; Declare variables used in this module but defined elsewhere
8383 ----------------------------------------------------------------------------*/
84- extern Word16 pow2_tbl [];
84+ extern const Word16 pow2_tbl [];
8585 /*----------------------------------------------------------------------------
8686 ; SIMPLE TYPEDEF'S
8787 ----------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ extern "C"
8282 ; EXTERNAL VARIABLES REFERENCES
8383 ; Declare variables used in this module but defined elsewhere
8484 ----------------------------------------------------------------------------*/
85- extern Word16 sqrt_l_tbl [];
85+ extern const Word16 sqrt_l_tbl [];
8686
8787 /*----------------------------------------------------------------------------
8888 ; SIMPLE TYPEDEF'S
You can’t perform that action at this time.
0 commit comments