---
doc/APIchanges | 8 ++++++++
libavcodec/version.h | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 622e502..944bb59 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,14 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-xx-xx - lavc 53.33.0
+ New audio encoding API:
+ xxxxxxx Add CODEC_CAP_VARIABLE_FRAME_SIZE capability for use by audio
+ encoders.
+ xxxxxxx Add avcodec_fill_audio_frame() as a convenience function.
+ xxxxxxx Add avcodec_encode_audio2() and deprecate avcodec_encode_audio().
+ Add AVCodec.encode2().
+
2011-01-03 - b73ec05 - lavu 51.21.0
Add av_popcount64
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 42cc536..0b7547f 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -21,8 +21,8 @@
#define AVCODEC_VERSION_H
#define LIBAVCODEC_VERSION_MAJOR 53
-#define LIBAVCODEC_VERSION_MINOR 32
-#define LIBAVCODEC_VERSION_MICRO 2
+#define LIBAVCODEC_VERSION_MINOR 33
+#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel