Commit 02c988bc authored by vitor's avatar vitor

90 degrees counter-clockwise rotation filter

Commited in SoC by Vitor Sessak on 2008-01-06 13:19:12


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12035 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b8a7c5a5
......@@ -301,6 +301,7 @@ void avfilter_init(void)
avfilter_register(&avfilter_vf_negate);
avfilter_register(&avfilter_vf_noformat);
avfilter_register(&avfilter_vf_overlay);
avfilter_register(&avfilter_vf_rot90);
avfilter_register(&avfilter_vf_scale);
avfilter_register(&avfilter_vf_slicify);
avfilter_register(&avfilter_vf_split);
......
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