summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-10 23:15:06 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-11 11:51:47 +0200
commit64a103138c04c1155adb5868a0ae176be3550723 (patch)
treeaa5a6ef2602f63029c9b5537d3a093d094468da2 /libavfilter/avfilter.c
parent35a27402ade928d78f8b7a89c8b4e8bf8b473215 (diff)
lavfi/tile: 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 659aeddcf9..de47b80e14 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -757,6 +757,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
!strcmp(filter->filter->name, "subtitles") ||
!strcmp(filter->filter->name, "testsrc" ) ||
!strcmp(filter->filter->name, "thumbnail") ||
+ !strcmp(filter->filter->name, "tile") ||
!strcmp(filter->filter->name, "transpose") ||
!strcmp(filter->filter->name, "treble" ) ||
!strcmp(filter->filter->name, "unsharp" ) ||