summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-11 11:42:19 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-11 11:51:48 +0200
commitbca4cafaf2d49c8a9c4bada17606e1f20da94d2d (patch)
tree65c17dad9bf87dac908ad3b45b06fec6b93829cb /libavfilter/avfilter.c
parent9ceb7bdf6f88fb2ee7449401db2ebd4ee4c37597 (diff)
lavfi/sine: switch to an AVOptions-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 39dfff68c1..feac86a462 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -752,6 +752,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
!strcmp(filter->filter->name, "settb" ) ||
!strcmp(filter->filter->name, "showspectrum") ||
!strcmp(filter->filter->name, "silencedetect") ||
+ !strcmp(filter->filter->name, "sine" ) ||
!strcmp(filter->filter->name, "smartblur") ||
!strcmp(filter->filter->name, "split" ) ||
!strcmp(filter->filter->name, "stereo3d" ) ||