Commit eb398eeb authored by vitor's avatar vitor

Add scale/colorspace conversion filter

Commited in SoC by Bobby Bingham on 2007-08-19 17:35:59


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12020 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2b6f31c8
......@@ -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);
......
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