diff options
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/ad_msadpcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/ad_msadpcm.c b/libmpcodecs/ad_msadpcm.c index 5c09e42553..644b3d4d45 100644 --- a/libmpcodecs/ad_msadpcm.c +++ b/libmpcodecs/ad_msadpcm.c @@ -34,7 +34,7 @@ static const int ms_adapt_table[] = 768, 614, 512, 409, 307, 230, 230, 230 }; -static const int8_t ms_adapt_coeff1[] = +static const uint8_t ms_adapt_coeff1[] = { 64, 128, 0, 48, 60, 115, 98 }; |