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 b9938e375a..4066d60ecc 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -31,6 +31,7 @@ extern vf_info_t vf_info_palette;
extern vf_info_t vf_info_lavc;
extern vf_info_t vf_info_dvbscale;
extern vf_info_t vf_info_cropdetect;
+extern vf_info_t vf_info_test;
char** vo_plugin_args=(char**) NULL;
@@ -57,6 +58,7 @@ static vf_info_t* filter_list[]={
#endif
&vf_info_dvbscale,
&vf_info_cropdetect,
+ &vf_info_test,
NULL
};