提交 5f1ea0bf 编写于 作者: M Michael Niedermayer

avcodec/ppc/fdctdsp: fix const warning

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 94f5ac93
......@@ -196,7 +196,7 @@ static const vector float fdctconsts[3] = {
void ff_fdct_altivec(int16_t *block)
{
vector signed short *bp;
vector float *cp = fdctconsts;
const vector float *cp = fdctconsts;
vector float b00, b10, b20, b30, b40, b50, b60, b70;
vector float b01, b11, b21, b31, b41, b51, b61, b71;
vector float mzero, cnst, cnsts0, cnsts1, cnsts2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册