git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb29ee6
)
yadif: remove unused variable
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 16 Feb 2013 12:24:43 +0000
(13:24 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/libavfilter/vf_yadif.c
b/libavfilter/vf_yadif.c
index
fb17531
..
b7c2d80
100644
(file)
--- 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;