[FFmpeg-cvslog] Bump libavcodec and libavformat minor versions for G.723. 1 decoder and demuxer

Kostya Shishkov git at videolan.org
Sun Jul 22 22:22:51 CEST 2012


ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Sun Jul 22 08:06:19 2012 +0200| [1470ce21cec5ee26e106e2a884c26bbf84e5aaea] | committer: Kostya Shishkov

Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxer

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1470ce21cec5ee26e106e2a884c26bbf84e5aaea
---

 libavcodec/version.h  |    2 +-
 libavformat/version.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index a3fbb74..98d6690 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
  */
 
 #define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 22
+#define LIBAVCODEC_VERSION_MINOR 23
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavformat/version.h b/libavformat/version.h
index 4ccb75c7..d20b070 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 54
-#define LIBAVFORMAT_VERSION_MINOR  9
+#define LIBAVFORMAT_VERSION_MINOR 10
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list