]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aaccoder.c
Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc'
[ffmpeg] / libavcodec / aaccoder.c
index 37548aae417552deaa4c4e78c688e909ee4144ad..5bf6a9c155bfabf92ea8daddc63b6933c970953e 100644 (file)
@@ -53,7 +53,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
 };