From 798dc641c408dfc3706d8c0b95269a2c4e2e444a Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 26 Aug 2010 00:41:40 +0000 Subject: [PATCH] Add APIchanges entry after the addition of avcodec_get_channel_layout() of r24936. Originally committed as revision 24937 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 966ad7f03b..e8f32b5c42 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-08-26 - r24936 - lavc 52.87.0 - avcodec_get_channel_layout() + Add avcodec_get_channel_layout() in audioconvert.h. + 2010-08-20 - r24851 - lavcore 0.6.0 - av_fill_image_max_pixsteps() Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). -- GitLab