提交 ab57cbb7 编写于 作者: L Lukasz Marek 提交者: Michael Niedermayer

lavc/on2avc: silent warnings about const params

Signed-off-by: NLukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 72fed6d1
...@@ -314,7 +314,7 @@ static void zero_head_and_tail(float *src, int len, int order0, int order1) ...@@ -314,7 +314,7 @@ static void zero_head_and_tail(float *src, int len, int order0, int order1)
} }
static void pretwiddle(float *src, float *dst, int dst_len, int tab_step, static void pretwiddle(float *src, float *dst, int dst_len, int tab_step,
int step, int order0, int order1, const double **tabs) int step, int order0, int order1, const double * const *tabs)
{ {
float *src2, *out; float *src2, *out;
const double *tab; const double *tab;
...@@ -342,7 +342,7 @@ static void pretwiddle(float *src, float *dst, int dst_len, int tab_step, ...@@ -342,7 +342,7 @@ static void pretwiddle(float *src, float *dst, int dst_len, int tab_step,
static void twiddle(float *src1, float *src2, int src2_len, static void twiddle(float *src1, float *src2, int src2_len,
const double *tab, int tab_len, int step, const double *tab, int tab_len, int step,
int order0, int order1, const double **tabs) int order0, int order1, const double * const *tabs)
{ {
int steps; int steps;
int mask; int mask;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册