changeset 22117:15bb9c161e94

10l
author michael
date Mon, 05 Feb 2007 03:05:46 +0000
parents c90733d6a870
children d389fe536db6
files libmpcodecs/vf_yadif.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)