Commit b16f93c0 authored by vitor's avatar vitor

Add horizontal flip filter.

Commited in SoC by  on 2007-12-21 09:21:29


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12030 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bad3a015
......@@ -278,6 +278,7 @@ void avfilter_init(void)
avfilter_register(&avfilter_vf_graph);
avfilter_register(&avfilter_vf_graphdesc);
avfilter_register(&avfilter_vf_graphfile);
avfilter_register(&avfilter_vf_hflip);
avfilter_register(&avfilter_vf_negate);
avfilter_register(&avfilter_vf_overlay);
avfilter_register(&avfilter_vf_passthrough);
......
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