X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fadpcm_data.c;h=4cce0a5857274013c3f5656022b9d7a2b2e6b22a;hb=930fe4b1f75d4176a7226fccdcbd6c68b816a1b7;hp=52271be26e187aef0a15ef51f3d794e5d56e9a62;hpb=fc63d5ceb357c4b760cb02772de0b50d0557140f;p=ffmpeg diff --git a/libavcodec/adpcm_data.c b/libavcodec/adpcm_data.c index 52271be26e1..4cce0a58572 100644 --- a/libavcodec/adpcm_data.c +++ b/libavcodec/adpcm_data.c @@ -106,7 +106,7 @@ const int8_t ff_adpcm_yamaha_difflookup[] = { -1, -3, -5, -7, -9, -11, -13, -15 }; -const int16_t ff_adpcm_afc_coeffs[2][16] = { +const uint16_t ff_adpcm_afc_coeffs[2][16] = { { 0, 2048, 0, 1024, 4096, 3584, 3072, 4608, 4200, 4800, 5120, 2048, 1024, 64512, 64512, 63488 }, { 0, 0, 2048, 1024, 63488, 64000, 64512, 62976, 63288, 63236, 62464, 63488, 64512, 1024, 0, 0 } };