mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
yadif filter, based on stefanos port of my yadif from mplayer.
Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -56,6 +56,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (SLICIFY, slicify, vf);
|
||||
REGISTER_FILTER (UNSHARP, unsharp, vf);
|
||||
REGISTER_FILTER (VFLIP, vflip, vf);
|
||||
REGISTER_FILTER (YADIF, yadif, vf);
|
||||
|
||||
REGISTER_FILTER (BUFFER, buffer, vsrc);
|
||||
REGISTER_FILTER (COLOR, color, vsrc);
|
||||
|
||||
Reference in New Issue
Block a user