[FFmpeg-cvslog] avformat: Micro bump for "md5enc: add format_version, to allow selecting which version to use"

Michael Niedermayer git at videolan.org
Wed Jul 16 23:12:31 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jul 16 22:58:29 2014 +0200| [37a0ac1d8227a6612024e6d177c76b392ce59840] | committer: Michael Niedermayer

avformat: Micro bump for "md5enc: add format_version, to allow selecting which version to use"

Suggested-by: jamrial
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavformat/version.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/version.h b/libavformat/version.h
index 2889361..4e28112 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
 
 #define LIBAVFORMAT_VERSION_MAJOR 55
 #define LIBAVFORMAT_VERSION_MINOR 48
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list