lavfi: Drop deprecated way of passing options for a few filters

Deprecated in 02/2013.
This commit is contained in:
Vittorio Giovara
2017-03-23 09:57:32 +01:00
parent 07a2b15594
commit 88fd836a01
6 changed files with 0 additions and 148 deletions
-7
View File
@@ -150,13 +150,6 @@ static av_cold int channelmap_init(AVFilterContext *ctx)
else
mode = MAP_PAIR_STR_STR;
}
#if FF_API_OLD_FILTER_OPTS
if (strchr(mapping, ',')) {
av_log(ctx, AV_LOG_WARNING, "This syntax is deprecated, use "
"'|' to separate the mappings.\n");
separator = ',';
}
#endif
}
if (mode != MAP_NONE) {