Add video vertical flip filter.
Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -36,4 +36,5 @@ void avfilter_register_all(void)
|
||||
|
||||
REGISTER_FILTER (CROP,crop,vf);
|
||||
REGISTER_FILTER (NULL,null,vf);
|
||||
REGISTER_FILTER (VFLIP,vflip,vf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user