lavu/audioconvert: add a second low frequency channel.

Can be used by DTS-HD, TrueHD and E-AC-3, among others.

Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
This commit is contained in:
Tim Walker 2012-09-12 17:09:31 +02:00 committed by Justin Ruggles
parent 07584eaf4a
commit 8919fee7d2
4 changed files with 6 additions and 1 deletions

View file

@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2012-09-12 - xxxxxxx - lavu 51.41.0 - audioconvert.h
Added AV_CH_LOW_FREQUENCY_2 channel mask value.
2012-09-04 - xxxxxxx - lavu 51.40.0 - opt.h
Reordered the fields in default_val in AVOption, changed which
default_val field is used for which AVOptionType.