Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-23 02:00:33 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-23 02:00:33 +0400
commitc38ae71f54f93c662c7f5ae950cc754d5d9edbf4 (patch)
treec372be13a0d034144c62b2b456b870c4d906622b /libavfilter/allfilters.c
parentdebfab4a0d3636181caef90a4f7942263591e49e (diff)
Add video vertical flip filter.
Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 1104f610a8..d7bdb70b71 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -36,4 +36,5 @@ void avfilter_register_all(void)
REGISTER_FILTER (CROP,crop,vf);
REGISTER_FILTER (NULL,null,vf);
+ REGISTER_FILTER (VFLIP,vflip,vf);
}