summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-11 02:42:53 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 02:44:13 +0200
commitae6634da8b81021c15db3048c185a874b2b96505 (patch)
treebf4e5a54703b323bbca59afb0bb4ea43dd00d7f0 /libavfilter/avfilter.c
parent8905a811b79cfda377d2a49f108028d18d5a9799 (diff)
parentb13623e184759f37348b8fdb1276b1bb408f3e59 (diff)
Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59'
* commit 'b13623e184759f37348b8fdb1276b1bb408f3e59': af_volume: switch to an AVOptions-based system. Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 1c40d36e38..6e88161277 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -733,6 +733,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
!strcmp(filter->filter->name, "unsharp" ) ||
// !strcmp(filter->filter->name, "scale" ) ||
!strcmp(filter->filter->name, "select") ||
+ !strcmp(filter->filter->name, "volume" ) ||
!strcmp(filter->filter->name, "yadif" ) ||
0
;