[FFmpeg-cvslog] r12016 - trunk/libavfilter/avfilter.c
vitor
subversion
Fri Feb 15 22:38:35 CET 2008
Author: vitor
Date: Fri Feb 15 22:38:35 2008
New Revision: 12016
Log:
Add a filter to act as a buffer between filters which may output multiple
frames for a single call to request_filter(), and a following filter which
assumes it will only receive one frame per call.
Commited in SoC by Bobby Bingham on 2007-08-18 03:17:52
Modified:
trunk/libavfilter/avfilter.c
Modified: trunk/libavfilter/avfilter.c
==============================================================================
--- trunk/libavfilter/avfilter.c (original)
+++ trunk/libavfilter/avfilter.c Fri Feb 15 22:38:35 2008
@@ -267,6 +267,7 @@ void avfilter_init(void)
{
avfilter_register(&vsrc_dummy);
avfilter_register(&vsrc_ppm);
+ avfilter_register(&vf_buffer);
avfilter_register(&vf_crop);
avfilter_register(&vf_fps);
avfilter_register(&vf_graph);
More information about the ffmpeg-cvslog
mailing list