[FFmpeg-cvslog] Bump lavu minor and add an APIChanges entry for audioconvert functions.
Anton Khirnov
git at videolan.org
Sun Jun 10 21:39:49 CEST 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon May 28 21:40:44 2012 +0200| [b0f0dfc4851da74e77d3d55bf83f3c8b8617e22a] | committer: Anton Khirnov
Bump lavu minor and add an APIChanges entry for audioconvert functions.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0f0dfc4851da74e77d3d55bf83f3c8b8617e22a
---
doc/APIchanges | 4 ++++
libavutil/avutil.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index dca33aa..729bddc 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-xx-xx - xxxxxxx - lavu 51.32.0 - audioconvert.h
+ Add av_get_channel_layout_channel_index(), av_get_channel_name()
+ and av_channel_layout_extract_channel().
+
2012-05-25 - e0e0793 - lavu 51.31.0 - opt.h
Add av_opt_set_bin()
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 1c8e076..25c159d 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -152,7 +152,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 31
+#define LIBAVUTIL_VERSION_MINOR 32
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list