]> granicus.if.org Git - libvpx/commit
vp8: [loongson] fix bug of type conflict.
authorShiyou Yin <yinshiyou-hf@loongson.cn>
Tue, 23 Jan 2018 03:33:25 +0000 (11:33 +0800)
committerShiyou Yin <yinshiyou-hf@loongson.cn>
Tue, 23 Jan 2018 06:28:55 +0000 (14:28 +0800)
commitd344ab03cc7034b64fcdd5eccf8216009af703d5
tree493116738405bdf76122abd05d7b231d77538d76
parent37612541199ca2ff1d5f72d9b1a15f02b672beb2
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
vp8/common/mips/mmi/idct_blk_mmi.c