Commit e2fcb3cb authored by Vitor Sessak's avatar Vitor Sessak

Add a vertical flip filter

Commited in SoC by Bobby Bingham on 2007-08-08 17:22:54

Originally committed as revision 12000 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 24618441
......@@ -221,6 +221,7 @@ void avfilter_init(void)
avfilter_register(&vf_passthrough);
avfilter_register(&vf_rgb2bgr);
avfilter_register(&vf_slicify);
avfilter_register(&vf_vflip);
avfilter_register(&vo_sdl);
}
......
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