]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mips/aaccoder_mips.c
Merge commit '551746680462538bb5ad7adf55fb1248190428ec'
[ffmpeg] / libavcodec / mips / aaccoder_mips.c
index d6210d12ecfb1548015c859dd1a34a5a1362848a..85959130291ef5665cd74b257335802d8ae16a4c 100644 (file)
@@ -81,7 +81,7 @@ static const uint8_t run_value_bits_short[16] = {
     3, 3, 3, 3, 3, 3, 3, 6, 6, 6, 6, 6, 6, 6, 6, 9
 };
 
-static const uint8_t *run_value_bits[2] = {
+static const uint8_t * const run_value_bits[2] = {
     run_value_bits_long, run_value_bits_short
 };