diff libmpcodecs/vf.c @ 18608:a80c7de8a4ba

yet another deinterlacing filter
author michael
date Tue, 06 Jun 2006 23:30:23 +0000
parents 2fa15de8806b
children f8cc2c4fe116
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Tue Jun 06 23:04:28 2006 +0000
+++ b/libmpcodecs/vf.c	Tue Jun 06 23:30:23 2006 +0000
@@ -101,6 +101,7 @@
 extern vf_info_t vf_info_softskip;
 extern vf_info_t vf_info_screenshot;
 extern vf_info_t vf_info_mcdeint;
+extern vf_info_t vf_info_yadif;
 
 // list of available filters:
 static vf_info_t* filter_list[]={
@@ -195,6 +196,7 @@
 #ifdef USE_LIBAVCODEC
     &vf_info_mcdeint,
 #endif
+    &vf_info_yadif,
     NULL
 };