mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
vfilter/vf_yadif: fix request_frame after 0f9f24c9
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7ef01a7878
commit
681e008d06
@ -400,7 +400,7 @@ static int request_frame(AVFilterLink *link)
|
||||
} else if (ret < 0) {
|
||||
return ret;
|
||||
}
|
||||
} while (!yadif->cur);
|
||||
} while (!yadif->prev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user