lavr: add a public function for setting a custom channel map

This allows reordering, duplication, and silencing of input channels.
This commit is contained in:
Justin Ruggles
2012-12-19 14:58:57 -05:00
parent 4d68269d58
commit 074a00d192
11 changed files with 305 additions and 27 deletions

View File

@@ -13,6 +13,10 @@ libavutil: 2012-10-22
API changes, most recent first:
2013-xx-xx - xxxxxxx - lavr 1.1.0
Add avresample_set_channel_mapping() for input channel reordering,
duplication, and silencing.
2012-xx-xx - xxxxxxx - lavu 52.2.1 - avstring.h
Add av_basename() and av_dirname().