• Shiyou Yin's avatar
    vp8: [loongson] fix bug of type conflict. · d344ab03
    Shiyou Yin authored
    In commit 577d4fa7, 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
    d344ab03