diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-26 00:41:40 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-26 00:41:40 +0000 |
commit | 798dc641c408dfc3706d8c0b95269a2c4e2e444a (patch) | |
tree | 699e3dcfad2127326000349a314a985afee0164c /doc/APIchanges | |
parent | 5da19b53c6e16c6ff86ee9aab4f8d0b4b1c3be5d (diff) | |
download | ffmpeg-798dc641c408dfc3706d8c0b95269a2c4e2e444a.tar.gz |
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
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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(). |