mirror of https://git.ffmpeg.org/ffmpeg.git
yadif: remove unused variable
Found by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bb29ee62e9
commit
b4bb996d6f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue