提交 d743065e 编写于 作者: M Mans Rullgard

ARM: fix ff_apply_window_int16_neon() prototype

The length argument should be unsigned.  No change in code.
Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 4a7e068b
......@@ -169,7 +169,7 @@ int32_t ff_scalarproduct_and_madd_int16_neon(int16_t *v1, const int16_t *v2,
const int16_t *v3, int len, int mul);
void ff_apply_window_int16_neon(int16_t *dst, const int16_t *src,
const int16_t *window, int n);
const int16_t *window, unsigned n);
void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册