summaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-21 19:28:52 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-21 19:28:52 +0000
commit176a6157c06e020ab6e8522d34ccb9e218435abc (patch)
treeac15c39650f23f22c49656a9b7097bad67fc5155 /doc/APIchanges
parent7df2214328d2b450877294e1fd1c4bf5bd8c022c (diff)
downloadffmpeg-streaming-176a6157c06e020ab6e8522d34ccb9e218435abc.zip
ffmpeg-streaming-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/APIchanges9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 8223519..8a3a938 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().
OpenPOWER on IntegriCloud