mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
246184413a
commit
e2fcb3cb9a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user