[FFmpeg-cvslog] yadif: remove unused variable
Michael Niedermayer
git at videolan.org
Sat Feb 16 14:11:12 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Feb 16 13:24:43 2013 +0100| [b4bb996d6f41812144cf97947c3e88a9a1659c4f] | committer: Michael Niedermayer
yadif: remove unused variable
Found by: durandal_1707
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4bb996d6f41812144cf97947c3e88a9a1659c4f
---
libavfilter/vf_yadif.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c
index fb17531..b7c2d80 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;
More information about the ffmpeg-cvslog
mailing list