Commit 681e008d authored by Michael Niedermayer's avatar Michael Niedermayer

vfilter/vf_yadif: fix request_frame after 0f9f24c9

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7ef01a78
...@@ -400,7 +400,7 @@ static int request_frame(AVFilterLink *link) ...@@ -400,7 +400,7 @@ static int request_frame(AVFilterLink *link)
} else if (ret < 0) { } else if (ret < 0) {
return ret; return ret;
} }
} while (!yadif->cur); } while (!yadif->prev);
return 0; return 0;
} }
......
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