First coefficient array must be unsigned to fit in 8 bits

Originally committed as revision 14175 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2008-07-12 09:23:37 +00:00
parent ff2271267e
commit 8884b91898
1 changed files with 1 additions and 1 deletions

View File

@ -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
};