diff mpc8.c @ 9517:dcae1f330498 libavcodec

Compact and make constant two tables used by Musepack decoders
author kostya
date Mon, 20 Apr 2009 15:36:27 +0000
parents d719a2711c64
children d1119c095555
line wrap: on
line diff
--- a/mpc8.c	Mon Apr 20 00:34:08 2009 +0000
+++ b/mpc8.c	Mon Apr 20 15:36:27 2009 +0000
@@ -88,7 +88,7 @@
     return mask;
 }
 
-static int vlc_offsets[13] = {
+static const uint16_t vlc_offsets[13] = {
     0, 640, 1184, 1748, 2298, 2426, 2554, 3066, 3578, 4106, 4618, 5196, 5708
 };