summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index 51868c7686..08d45be95d 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -52,6 +52,7 @@ extern vf_info_t vf_info_boxblur;
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 @@ static vf_info_t* filter_list[]={
&vf_info_sab,
&vf_info_smartblur,
&vf_info_perspective,
+ &vf_info_down3dright,
&vf_info_field,
&vf_info_denoise3d,
NULL