diff libmpcodecs/vf.c @ 9179:e93a0dd3ed56

new video filter: denoise3d - temporal&spatial noise reduction patch by Daniel Moreno <comac2k@terra.es> mpi/stride corrections and some bugfix by me
author arpi
date Thu, 30 Jan 2003 22:53:32 +0000
parents d7237ee9db7f
children 7a43a52b9f60
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Thu Jan 30 21:42:35 2003 +0000
+++ b/libmpcodecs/vf.c	Thu Jan 30 22:53:32 2003 +0000
@@ -53,6 +53,7 @@
 extern vf_info_t vf_info_smartblur;
 extern vf_info_t vf_info_perspective;
 extern vf_info_t vf_info_field;
+extern vf_info_t vf_info_denoise3d;
 
 char** vo_plugin_args=(char**) NULL;
 
@@ -99,6 +100,7 @@
     &vf_info_smartblur,
     &vf_info_perspective,
     &vf_info_field,
+    &vf_info_denoise3d,
     NULL
 };