Commit 7be7424e authored by vitor's avatar vitor

Add a filter to overlay one video on top of another, picture-in-picture style.

Commited in SoC by Bobby Bingham on 2007-08-13 16:53:19


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12003 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bb45c90c
......@@ -220,6 +220,7 @@ void avfilter_init(void)
avfilter_register(&vf_crop);
avfilter_register(&vf_fps);
avfilter_register(&vf_graph);
avfilter_register(&vf_overlay);
avfilter_register(&vf_passthrough);
avfilter_register(&vf_rgb2bgr);
avfilter_register(&vf_slicify);
......
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