summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Walker <tdskywalker@gmail.com>2012-09-12 17:09:31 +0200
committerJustin Ruggles <justin.ruggles@gmail.com>2012-09-12 18:26:53 -0400
commit8919fee7d259a4f8feb2aac6941ac21915be7b6e (patch)
treec5d62bb0cd103c5eca2ca44d6fe4ce9253956590 /doc
parent07584eaf4a95db3f11d3bc411f9786932829e82b (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7e1ffd0801..48fe09771d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.