From 0bc2cca12f671010eac171bc22049320a7cd61a3 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 2 Jun 2011 11:14:24 +0200 Subject: 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(). --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index 6c32ed9..16373e6 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(). -- cgit v1.1