summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_channelmap.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-2/+1
| | | | | | It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system.
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-221-0/+402
Inspired by MPlayer's af_channels filter and SoX's remix effect.
OpenPOWER on IntegriCloud