Implement settb filter.

Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-10-11 14:00:40 +00:00
parent ad64a807a9
commit 214c0d420b
5 changed files with 174 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (PIXDESCTEST, pixdesctest, vf);
REGISTER_FILTER (PIXELASPECT, pixelaspect, vf);
REGISTER_FILTER (SCALE, scale, vf);
REGISTER_FILTER (SETTB, settb, vf);
REGISTER_FILTER (SLICIFY, slicify, vf);
REGISTER_FILTER (UNSHARP, unsharp, vf);
REGISTER_FILTER (VFLIP, vflip, vf);