From 2040b428b45fa4f0167acc40a49771f92cd96769 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 11 Apr 2013 00:14:06 +0200 Subject: lavfi/field: switch to AVOption-based system Also remove mention to syntax explanation which is or will be redundant and possibly confusing. --- libavfilter/avfilter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/avfilter.c') diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 71d5e9cc4e..753567fe81 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -670,6 +670,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque !strcmp(filter->filter->name, "ebur128" ) || !strcmp(filter->filter->name, "edgedetect") || !strcmp(filter->filter->name, "fade" ) || + !strcmp(filter->filter->name, "field" ) || !strcmp(filter->filter->name, "fieldorder") || !strcmp(filter->filter->name, "fps" ) || !strcmp(filter->filter->name, "frei0r" ) || -- cgit v1.2.3