提交 57e80479 编写于 作者: M Martin Vignali 提交者: Michael Niedermayer

avfilter/vf_pp7: remove unused var

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 03e9b193
......@@ -79,13 +79,6 @@ static const int factor[16] = {
N / (N2 * N0), N / (N2 * N1), N / (N2 * N0), N / (N2 * N2),
};
static const int thres[16] = {
N / (SN0 * SN0), N / (SN0 * SN2), N / (SN0 * SN0), N / (SN0 * SN2),
N / (SN2 * SN0), N / (SN2 * SN2), N / (SN2 * SN0), N / (SN2 * SN2),
N / (SN0 * SN0), N / (SN0 * SN2), N / (SN0 * SN0), N / (SN0 * SN2),
N / (SN2 * SN0), N / (SN2 * SN2), N / (SN2 * SN0), N / (SN2 * SN2),
};
static void init_thres2(PP7Context *p)
{
int qp, i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册