commit | d344ab03cc7034b64fcdd5eccf8216009af703d5 | [log] [tgz] |
---|---|---|
author | Shiyou Yin <yinshiyou-hf@loongson.cn> | Tue Jan 23 11:33:25 2018 +0800 |
committer | Shiyou Yin <yinshiyou-hf@loongson.cn> | Tue Jan 23 14:28:55 2018 +0800 |
tree | 493116738405bdf76122abd05d7b231d77538d76 | |
parent | 37612541199ca2ff1d5f72d9b1a15f02b672beb2 [diff] |
vp8: [loongson] fix bug of type conflict. In commit 577d4fa79, int8_t was used to replace char. This will result in a compilation error, for int8_t was typedefined to signed char, but not char. Change-Id: I5c9837e01b0b58688a7741f5c9a99a76ca887e4a