diff libmpcodecs/vf.c @ 11600:5eb66d37d539

Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>. Also heavily MMX centric.
author alex
date Mon, 08 Dec 2003 22:57:47 +0000
parents 017a7e90fcf1
children 173f22eb0505
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Mon Dec 08 22:28:50 2003 +0000
+++ b/libmpcodecs/vf.c	Mon Dec 08 22:57:47 2003 +0000
@@ -75,6 +75,7 @@
 extern vf_info_t vf_info_decimate;
 extern vf_info_t vf_info_softpulldown;
 extern vf_info_t vf_info_pullup;
+extern vf_info_t vf_info_filmdint;
 extern vf_info_t vf_info_framestep;
 extern vf_info_t vf_info_tile;
 extern vf_info_t vf_info_delogo;
@@ -143,6 +144,7 @@
     &vf_info_decimate,
     &vf_info_softpulldown,
     &vf_info_pullup,
+    &vf_info_filmdint,
     &vf_info_framestep,
     &vf_info_tile,
     &vf_info_delogo,