Commit fd6ebbca authored by vitor's avatar vitor

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12004 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7be7424e
...@@ -220,6 +220,8 @@ void avfilter_init(void) ...@@ -220,6 +220,8 @@ void avfilter_init(void)
avfilter_register(&vf_crop); avfilter_register(&vf_crop);
avfilter_register(&vf_fps); avfilter_register(&vf_fps);
avfilter_register(&vf_graph); avfilter_register(&vf_graph);
avfilter_register(&vf_graphdesc);
avfilter_register(&vf_graphfile);
avfilter_register(&vf_overlay); avfilter_register(&vf_overlay);
avfilter_register(&vf_passthrough); avfilter_register(&vf_passthrough);
avfilter_register(&vf_rgb2bgr); avfilter_register(&vf_rgb2bgr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment