diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:29:19 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 00:21:47 +0200 |
commit | 4ecee69b20a7ee60fba6cb53ff45d95a015df05b (patch) | |
tree | d08f2d8f9ef9bcaca6b834ea8bd6b1f40dabdf8d /libavfilter/avfilter.c | |
parent | 791da4706cc386bba2fe439f3b4bd20caf90c3d3 (diff) | |
download | ffmpeg-4ecee69b20a7ee60fba6cb53ff45d95a015df05b.tar.gz |
lavfi/mptestsrc: switch to an AVOptions-based system.
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 fbf2eecbf7..6746dad55b 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -685,6 +685,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque !strcmp(filter->filter->name, "lutyuv" ) || !strcmp(filter->filter->name, "lutrgb" ) || !strcmp(filter->filter->name, "mandelbrot" ) || + !strcmp(filter->filter->name, "mptestsrc" ) || !strcmp(filter->filter->name, "negate" ) || !strcmp(filter->filter->name, "overlay" ) || !strcmp(filter->filter->name, "pad" ) || |