summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-03-21 20:36:51 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-05 16:35:14 -0400
commit5cc51a5847ca9f333672370b1aa98e2d9f9518aa (patch)
tree087b26fb3aa8230682fef7fc408ba08d3359e3b4 /doc
parent0becb07842b57ea225ddf0726de33b5f8e669297 (diff)
avutil: Add av_get_default_channel_layout()
Also, use the new function in the AC-3 encoder.
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 15eec4067a..80bea4fd51 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-xx-xx - xxxxxxx - lavu 51.26.0 - audioconvert.h
+ Add av_get_default_channel_layout()
+
2012-03-06 - 4d851f8 - lavu 51.25.0 - cpu.h
Add av_set_cpu_flags_mask().