Commit 8cc77646 authored by Michael Niedermayer's avatar Michael Niedermayer

yadif: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b0dc4286
......@@ -138,7 +138,6 @@ static void filter(AVFilterContext *ctx, AVFilterBufferRef *dstpic,
int mrefs = y ?-refs : refs;
if(y<=1 || y+2>=h) {
int j;
uint8_t *tmp = yadif->temp_line + 64 + 2*absrefs;
if(mode<2)
memcpy(tmp+2*mrefs, cur+2*mrefs, w*df);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment