]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc7data.h
avcodec/float2half: fix minor style issue
[ffmpeg] / libavcodec / mpc7data.h
index b578cbdb27f6749549d9fd11937426c640799619..ee77393fce0871756f18b04712b4df28f9487e9c 100644 (file)
@@ -55,8 +55,8 @@ static const uint8_t mpc7_quant_vlc_sizes[MPC7_QUANT_VLC_TABLES] = {
     27, 25, 7, 9, 15, 31, 63
 };
 
-static const uint8_t mpc7_quant_vlc_off[MPC7_QUANT_VLC_TABLES] = {
-    0, 0, 3, 4, 7, 15, 31
+static const int8_t mpc7_quant_vlc_off[MPC7_QUANT_VLC_TABLES] = {
+    0, 0, -3, -4, -7, -15, -31
 };
 
 static const uint8_t mpc7_quant_vlcs[177 * 2 * 2] = {