summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-15 21:40:06 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-02-15 21:40:06 +0000
commitbe69699067ae73065bf92ac280e7ae23e4f115dc (patch)
tree40f2503b1feb391f750e31c0bdd355455381a29f /libavfilter/avfilter.c
parent0715e6d5980dacf7f46993b08e0394f8f6fb3647 (diff)
Rename filter
Commited in SoC by Vitor Sessak on 2008-01-06 17:03:21 Originally committed as revision 12036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 65bceb9115..512e3637b7 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -301,10 +301,10 @@ 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);
+ avfilter_register(&avfilter_vf_transpose);
avfilter_register(&avfilter_vf_vflip);
}