[FFmpeg-cvslog] Bump lavc and lavf minor versions for apng muxer and encoder.

Carl Eugen Hoyos git at videolan.org
Thu Apr 2 14:09:47 CEST 2015


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Apr  2 14:09:11 2015 +0200| [703402683a3fc9df3ecbbe84faa08cdf2fc1cd6e] | committer: Carl Eugen Hoyos

Bump lavc and lavf minor versions for apng muxer and encoder.

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

 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 a351b08..19d3993 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 56
-#define LIBAVCODEC_VERSION_MINOR  32
+#define LIBAVCODEC_VERSION_MINOR  33
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavformat/version.h b/libavformat/version.h
index 82a57ee..2c7c621 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 56
-#define LIBAVFORMAT_VERSION_MINOR  27
+#define LIBAVFORMAT_VERSION_MINOR  28
 #define LIBAVFORMAT_VERSION_MICRO 100
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list