diff libmpcodecs/vf.c @ 9404:7a43a52b9f60

down3dright filter by kabi (converts between 2 common stereoscopic systems)
author michael
date Tue, 11 Feb 2003 21:44:55 +0000
parents e93a0dd3ed56
children 85fa92f14e99
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Tue Feb 11 21:19:13 2003 +0000
+++ b/libmpcodecs/vf.c	Tue Feb 11 21:44:55 2003 +0000
@@ -52,6 +52,7 @@
 extern vf_info_t vf_info_sab;
 extern vf_info_t vf_info_smartblur;
 extern vf_info_t vf_info_perspective;
+extern vf_info_t vf_info_down3dright;
 extern vf_info_t vf_info_field;
 extern vf_info_t vf_info_denoise3d;
 
@@ -99,6 +100,7 @@
     &vf_info_sab,
     &vf_info_smartblur,
     &vf_info_perspective,
+    &vf_info_down3dright,
     &vf_info_field,
     &vf_info_denoise3d,
     NULL