summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-02 11:14:24 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-06 10:12:46 +0200
commit0bc2cca12f671010eac171bc22049320a7cd61a3 (patch)
treebe6c39d00b05ea634b8fe30dcbf38db14b7a11ba /doc
parente1c74148128ebed7c7bc9d36c776f24898267174 (diff)
samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc()
This is consistent with the order of parameters in av_samples_fill_arrays().
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 6c32ed9674..16373e6933 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-06-06 - xxxxxx - lavu 51.6.0 - av_samples_alloc()
+ Switch nb_channels and nb_samples parameters order in
+ av_samples_alloc().
+
2011-06-06 - xxxxxx - lavu 51.5.0 - av_samples_*
Change the data layout created by av_samples_fill_arrays() and
av_samples_alloc().