summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index 29fb5a2b55..f93aebf085 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -100,6 +100,7 @@ extern vf_info_t vf_info_divtc;
extern vf_info_t vf_info_harddup;
extern vf_info_t vf_info_softskip;
extern vf_info_t vf_info_screenshot;
+extern vf_info_t vf_info_ass;
extern vf_info_t vf_info_mcdeint;
extern vf_info_t vf_info_yadif;
@@ -194,6 +195,9 @@ static vf_info_t* filter_list[]={
#ifdef HAVE_PNG
&vf_info_screenshot,
#endif
+#ifdef USE_ASS
+ &vf_info_ass,
+#endif
&vf_info_yadif,
NULL
};