Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/adpcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index f37c10e0f5..a9a8f74d9b 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -85,7 +85,7 @@ static const int AdaptationTable[] = {
768, 614, 512, 409, 307, 230, 230, 230
};
-static const int8_t AdaptCoeff1[] = {
+static const uint8_t AdaptCoeff1[] = {
64, 128, 0, 48, 60, 115, 98
};