af_join: switch to an AVOptions-based system.
authorAnton Khirnov <anton@khirnov.net>
Mon, 25 Feb 2013 20:21:29 +0000 (21:21 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 9 Apr 2013 17:10:12 +0000 (19:10 +0200)
commitdd7fc37c71955b78a2687f29e871f714d18de386
tree1be1268af3aa1942941548e0804c9f0ed7b509f4
parent3f14febbdf7c93bbd186399da27991180e5916b6
af_join: switch to an AVOptions-based system.

Change the mappings separator from comma to '|' to avoid excessive
escaping, since comma is already used for separating filters in the
filtergraph description.
doc/filters.texi
libavfilter/af_join.c