提交 1e298e77 编写于 作者: C Carl Eugen Hoyos

lavc/svq3: Remove an unused function.

上级 3a7f8d2a
......@@ -629,11 +629,6 @@ static av_always_inline void hl_decode_mb_idct_luma(SVQ3Context *s,
}
}
static av_always_inline int dctcoef_get(int16_t *mb, int index)
{
return AV_RN16A(mb + index);
}
static av_always_inline void hl_decode_mb_predict_luma(SVQ3Context *s,
int mb_type,
const int *block_offset,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册