[FFmpeg-cvslog] Bump minor for G.723.1 encoder and muxer.
Carl Eugen Hoyos
git at videolan.org
Mon Oct 10 10:28:48 CEST 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Oct 10 10:25:07 2011 +0200| [0b3e070035aa23e7a2d0902d406c9340c0d3301c] | committer: Carl Eugen Hoyos
Bump minor for G.723.1 encoder and muxer.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b3e070035aa23e7a2d0902d406c9340c0d3301c
---
libavcodec/version.h | 4 ++--
libavformat/version.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 70f59b8..787c3f6 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 19
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MINOR 20
+#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
diff --git a/libavformat/version.h b/libavformat/version.h
index b166e1a..d2f9786 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,7 +24,7 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 53
-#define LIBAVFORMAT_VERSION_MINOR 14
+#define LIBAVFORMAT_VERSION_MINOR 15
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list