From b4bb996d6f41812144cf97947c3e88a9a1659c4f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 16 Feb 2013 13:24:43 +0100 Subject: [PATCH] yadif: remove unused variable Found by: durandal_1707 Signed-off-by: Michael Niedermayer --- libavfilter/vf_yadif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c index fb17531dbf..b7c2d8073a 100644 --- a/libavfilter/vf_yadif.c +++ b/libavfilter/vf_yadif.c @@ -177,7 +177,6 @@ static void filter(AVFilterContext *ctx, AVFilterBufferRef *dstpic, int w = dstpic->video->w; int h = dstpic->video->h; int refs = yadif->cur->linesize[i]; - int absrefs = FFABS(refs); int df = (yadif->csp->comp[i].depth_minus1 + 8) / 8; int l_edge, l_edge_pix;