mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
mark read-only data as const
Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -405,7 +405,7 @@ static const int16_t coeff_table_token_22[1024] = {
|
||||
-573, -574, -575, -576, -577, -578, -579, -580
|
||||
};
|
||||
|
||||
static const int16_t *coeff_tables[32] = {
|
||||
static const int16_t *const coeff_tables[32] = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user