diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 00:54:27 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 01:04:45 +0200 |
commit | d5226fc575781a8066a92f1b635d82b68e4bc9df (patch) | |
tree | eee41dea20400bfb1fef7240396cf510e156482e /libavfilter/avfilter.c | |
parent | a689a6b698b9c6c97fb64208dc1a71b1f384eb9c (diff) | |
download | ffmpeg-d5226fc575781a8066a92f1b635d82b68e4bc9df.tar.gz |
lavfi/stereo3d: 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 5dff27adcd..e6d7f05301 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -703,6 +703,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque !strcmp(filter->filter->name, "showspectrum") || !strcmp(filter->filter->name, "silencedetect") || !strcmp(filter->filter->name, "smartblur") || + !strcmp(filter->filter->name, "stereo3d" ) || !strcmp(filter->filter->name, "subtitles") || !strcmp(filter->filter->name, "thumbnail") || !strcmp(filter->filter->name, "transpose") || |