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 =
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc