summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2013-04-11 00:52:39 +0200
committerMatthieu Bouron <matthieu.bouron@gmail.com>2013-04-11 00:55:45 +0200
commit531158e6becb6f822280a12277b6627a47e49b6a (patch)
treece717c051498740394126525f251ef482cbfd5a3 /libavfilter/avfilter.c
parent6f46403cb0568440e9f0b177c6f6abb4d0898309 (diff)
lavfi/kerndeint: switch to AVOption-based system
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 8864a6b8b8..3992df7b86 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -679,6 +679,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
!strcmp(filter->filter->name, "gradfun" ) ||
!strcmp(filter->filter->name, "hqdn3d" ) ||
!strcmp(filter->filter->name, "il" ) ||
+ !strcmp(filter->filter->name, "kerndeint" ) ||
!strcmp(filter->filter->name, "ocv" ) ||
!strcmp(filter->filter->name, "lut" ) ||
!strcmp(filter->filter->name, "lutyuv" ) ||