Commit 14fabc57 authored by vitor's avatar vitor

Add a filter to output the same video to two outputs

Commited in SoC by Bobby Bingham on 2007-08-18 03:38:40


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12017 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c8b3dcfa
......@@ -277,6 +277,7 @@ void avfilter_init(void)
avfilter_register(&vf_passthrough);
avfilter_register(&vf_rgb2bgr);
avfilter_register(&vf_slicify);
avfilter_register(&vf_split);
avfilter_register(&vf_vflip);
}
......
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