summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_channelmap.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-12-05 12:38:32 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 09:57:32 +0100
commit88fd836a015a5f3380df74592e440e7d1e5b8000 (patch)
treea166dec6a16c86fcdcf3b49681697d085b049a9e /libavfilter/af_channelmap.c
parent07a2b155949eb267cdfc7805f42c7b3375f9c7c5 (diff)
downloadffmpeg-streaming-88fd836a015a5f3380df74592e440e7d1e5b8000.zip
ffmpeg-streaming-88fd836a015a5f3380df74592e440e7d1e5b8000.tar.gz
lavfi: Drop deprecated way of passing options for a few filters
Deprecated in 02/2013.
Diffstat (limited to 'libavfilter/af_channelmap.c')
-rw-r--r--libavfilter/af_channelmap.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c
index 5725498..e214bdb 100644
--- a/libavfilter/af_channelmap.c
+++ b/libavfilter/af_channelmap.c
@@ -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) {
OpenPOWER on IntegriCloud