mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add a filter to output the same video to two outputs
Commited in SoC by Bobby Bingham on 2007-08-18 03:38:40 Originally committed as revision 12017 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0838e7316b
commit
8179953777
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user