]> git.sesse.net Git - ffmpeg/commitdiff
yadif: remove unused variable
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Feb 2013 12:24:43 +0000 (13:24 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Feb 2013 12:24:43 +0000 (13:24 +0100)
Found by: durandal_1707
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_yadif.c

index fb17531dbffbd183a182166207a0fdee1e25ff35..b7c2d8073ab620e54dcd6d52d8482750317ec998 100644 (file)
@@ -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;