diff libmpcodecs/vf.c @ 9514:08264c647f46

new filter
author rfelker
date Sat, 01 Mar 2003 05:35:09 +0000
parents 48ac3ce565ab
children 46340b0f5a91
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Fri Feb 28 23:27:03 2003 +0000
+++ b/libmpcodecs/vf.c	Sat Mar 01 05:35:09 2003 +0000
@@ -58,6 +58,7 @@
 extern vf_info_t vf_info_hqdn3d;
 extern vf_info_t vf_info_detc;
 extern vf_info_t vf_info_telecine;
+extern vf_info_t vf_info_tfields;
 
 char** vo_plugin_args=(char**) NULL;
 
@@ -109,6 +110,7 @@
     &vf_info_hqdn3d,
     &vf_info_detc,
     &vf_info_telecine,
+    &vf_info_tfields,
     NULL
 };