diff options
author | Paul B Mahol <[email protected]> | 2013-04-11 00:03:23 +0000 |
---|---|---|
committer | Paul B Mahol <[email protected]> | 2013-04-11 00:18:28 +0000 |
commit | f77db72965f834141a5c7cc405ff4b15b70eeacb (patch) | |
tree | 76e81f7face0956b41b5a3dda9f5529e17ca5bbd /libavfilter/avfilter.c | |
parent | ac217bda30a79177c8a47713b3db12dc9e9bd45b (diff) |
lavfi/framestep: switch to an AVOptions-based system
Signed-off-by: Paul B Mahol <[email protected]>
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r-- | libavfilter/avfilter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index abf8cd6e41..9159b9e927 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -677,6 +677,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque !strcmp(filter->filter->name, "field" ) || !strcmp(filter->filter->name, "fieldorder") || !strcmp(filter->filter->name, "fps" ) || + !strcmp(filter->filter->name, "framestep" ) || !strcmp(filter->filter->name, "frei0r" ) || !strcmp(filter->filter->name, "frei0r_src") || !strcmp(filter->filter->name, "geq" ) || |