Skip to content
Snippets Groups Projects
Commit 61eeb40a authored by Shiyou Yin's avatar Shiyou Yin Committed by Michael Niedermayer
Browse files

avcodec: [loongson] fix bug of mss2-wmv failed in fate test.


Failed case: mss2-wmv
In following functions, pmullh was used to multiply two 16-bit data, this will cause data overflow.
1. ff_vc1_inv_trans_8x8_dc_mmi
2. ff_vc1_inv_trans_8x8_mmi
3. ff_vc1_inv_trans_8x4_mmi
4. ff_vc1_inv_trans_4x8_mmi
5. ff_vc1_inv_trans_4x4_mmi

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 23fe072e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment