diff libmpcodecs/vf.c @ 9468:356963ad4784

filter for applying 3:2 telecine to 23.976 fps progressive material. use with mencder -ofps 29.97 -fps 29.97 for proper results!
author rfelker
date Thu, 20 Feb 2003 04:57:37 +0000
parents 9fae4150ec43
children 48ac3ce565ab
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Thu Feb 20 03:16:41 2003 +0000
+++ b/libmpcodecs/vf.c	Thu Feb 20 04:57:37 2003 +0000
@@ -57,6 +57,7 @@
 extern vf_info_t vf_info_denoise3d;
 extern vf_info_t vf_info_hqdn3d;
 extern vf_info_t vf_info_detc;
+extern vf_info_t vf_info_telecine;
 
 char** vo_plugin_args=(char**) NULL;
 
@@ -107,6 +108,7 @@
     &vf_info_denoise3d,
     &vf_info_hqdn3d,
     &vf_info_detc,
+    &vf_info_telecine,
     NULL
 };