[FFmpeg-cvslog] r12004 - trunk/libavfilter/avfilter.c

vitor subversion
Fri Feb 15 22:37:44 CET 2008


Author: vitor
Date: Fri Feb 15 22:37:44 2008
New Revision: 12004

Log:
Allow creation of filter graphs from a graph description structure which
can be created programmatically or loaded from a file.

Commited in SoC by Bobby Bingham on 2007-08-14 22:27:05


Modified:
   trunk/libavfilter/avfilter.c

Modified: trunk/libavfilter/avfilter.c
==============================================================================
--- trunk/libavfilter/avfilter.c	(original)
+++ trunk/libavfilter/avfilter.c	Fri Feb 15 22:37:44 2008
@@ -220,6 +220,8 @@ void avfilter_init(void)
     avfilter_register(&vf_crop);
     avfilter_register(&vf_fps);
     avfilter_register(&vf_graph);
+    avfilter_register(&vf_graphdesc);
+    avfilter_register(&vf_graphfile);
     avfilter_register(&vf_overlay);
     avfilter_register(&vf_passthrough);
     avfilter_register(&vf_rgb2bgr);




More information about the ffmpeg-cvslog mailing list