vfilter/vf_yadif: fix request_frame after 0f9f24c9

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/68/head
Michael Niedermayer 11 years ago
parent 7ef01a7878
commit 681e008d06
  1. 2
      libavfilter/vf_yadif.c

@ -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…
Cancel
Save