summaryrefslogtreecommitdiffstats
path: root/mpvcore/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/command.c')
-rw-r--r--mpvcore/command.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpvcore/command.c b/mpvcore/command.c
index b451669f12..b30a5299e0 100644
--- a/mpvcore/command.c
+++ b/mpvcore/command.c
@@ -1140,6 +1140,9 @@ static const char *deint_filters[] = {
"lavfi=yadif",
#endif
"yadif",
+#if CONFIG_VAAPI_VPP
+ "vavpp",
+#endif
NULL
};