mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
yadif: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b0dc4286a9
commit
8cc77646c0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user