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

Originally committed as revision 12004 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-02-15 21:37:44 +00:00
parent ef712a3b28
commit f9285377b2
1 changed files with 2 additions and 0 deletions

View File

@ -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);