[FFmpeg-soc] [soc]: r1068 - libavfilter/vf_negate.c

koorogi subversion at mplayerhq.hu
Mon Aug 20 18:52:28 CEST 2007


Author: koorogi
Date: Mon Aug 20 18:52:28 2007
New Revision: 1068

Log:
fix: send the slice to the next filter when finished drawing it


Modified:
   libavfilter/vf_negate.c

Modified: libavfilter/vf_negate.c
==============================================================================
--- libavfilter/vf_negate.c	(original)
+++ libavfilter/vf_negate.c	Mon Aug 20 18:52:28 2007
@@ -88,6 +88,8 @@ static void draw_slice(AVFilterLink *lin
             outrow += out->linesize[plane];
         }
     }
+
+    avfilter_draw_slice(link->dst->outputs[0], y, h);
 }
 
 AVFilter avfilter_vf_negate =



More information about the FFmpeg-soc mailing list