# HG changeset patch # User michael # Date 1170644746 0 # Node ID 15bb9c161e9434eec0ed1f0793496f247758ab63 # Parent c90733d6a870a6a4eae7f431ef78357c33985c14 10l diff -r c90733d6a870 -r 15bb9c161e94 libmpcodecs/vf_yadif.c --- a/libmpcodecs/vf_yadif.c Mon Feb 05 00:46:53 2007 +0000 +++ b/libmpcodecs/vf_yadif.c Mon Feb 05 03:05:46 2007 +0000 @@ -417,7 +417,7 @@ vf->priv->do_deinterlace= 2; return 0; }else - continue_buffered_image(vf); + return continue_buffered_image(vf); } static int continue_buffered_image(struct vf_instance_s *vf)