summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-26 00:41:40 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-26 00:41:40 +0000
commit798dc641c408dfc3706d8c0b95269a2c4e2e444a (patch)
tree699e3dcfad2127326000349a314a985afee0164c
parent5da19b53c6e16c6ff86ee9aab4f8d0b4b1c3be5d (diff)
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
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
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().