diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-21 19:28:52 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-21 19:28:52 +0000 |
commit | 176a6157c06e020ab6e8522d34ccb9e218435abc (patch) | |
tree | ac15c39650f23f22c49656a9b7097bad67fc5155 /doc/APIchanges | |
parent | 7df2214328d2b450877294e1fd1c4bf5bd8c022c (diff) | |
download | ffmpeg-176a6157c06e020ab6e8522d34ccb9e218435abc.tar.gz |
Move audio channel API from libavcodec to libavcore.
Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 822351996f..8a3a9383ed 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,15 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-11-21 - r25787 - lavcore 0.14.0 - audioconvert.h + Add a public audio channel API in audioconvert.h, and deprecate the + corresponding functions in libavcodec: + avcodec_get_channel_name() + avcodec_get_channel_layout() + avcodec_get_channel_layout_string() + avcodec_channel_layout_num_channels() + and the CH_* macros defined in libavcodec/avcodec.h. + 2010-11-21 - r25777 - lavf 52.85.0 - avformat.h Add av_append_packet(). |