diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:40:02 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:40:02 +0000 |
commit | 0715e6d5980dacf7f46993b08e0394f8f6fb3647 (patch) | |
tree | 18ebae69b4aea5d30673f5351ef0422f177021d3 | |
parent | e946c25a2f90d3f90fd169cae86c2b3fe2fb9050 (diff) | |
download | ffmpeg-0715e6d5980dacf7f46993b08e0394f8f6fb3647.tar.gz |
90 degrees counter-clockwise rotation filter
Commited in SoC by Vitor Sessak on 2008-01-06 13:19:12
Originally committed as revision 12035 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/avfilter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 2d8c097a5e..65bceb9115 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -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); |