mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-12 09:39:46 +00:00
Add scale/colorspace conversion filter
Commited in SoC by Bobby Bingham on 2007-08-19 17:35:59 Originally committed as revision 12020 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7bce27a3a3
commit
2a553ef529
@ -276,6 +276,7 @@ void avfilter_init(void)
|
||||
avfilter_register(&avfilter_vf_overlay);
|
||||
avfilter_register(&avfilter_vf_passthrough);
|
||||
avfilter_register(&avfilter_vf_rgb2bgr);
|
||||
avfilter_register(&avfilter_vf_scale);
|
||||
avfilter_register(&avfilter_vf_slicify);
|
||||
avfilter_register(&avfilter_vf_split);
|
||||
avfilter_register(&avfilter_vf_vflip);
|
||||
|
Loading…
Reference in New Issue
Block a user