From: Michael Niedermayer Date: Sat, 16 Feb 2013 12:24:43 +0000 (+0100) Subject: yadif: remove unused variable X-Git-Tag: n1.2~422 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=b4bb996d6f41812144cf97947c3e88a9a1659c4f yadif: remove unused variable Found by: durandal_1707 Signed-off-by: Michael Niedermayer --- 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;