[FFmpeg-cvslog] libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs.

Michael Niedermayer git at videolan.org
Fri Dec 23 06:48:37 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Dec 23 06:01:20 2011 +0100| [f810ab45e3be8af96aa8b07154cca1f45bb3e75a] | committer: Michael Niedermayer

libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs.

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

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

 libavfilter/avfilter.c |    1 +
 libavfilter/avfilter.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 5327cf9..fa8d0d7 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -31,6 +31,7 @@
 #include "internal.h"
 
 unsigned avfilter_version(void) {
+    av_assert0(LIBAVFILTER_VERSION_MICRO >= 100);
     return LIBAVFILTER_VERSION_INT;
 }
 
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 4aceebd..de777b1 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -30,7 +30,7 @@
 
 #define LIBAVFILTER_VERSION_MAJOR  2
 #define LIBAVFILTER_VERSION_MINOR 53
-#define LIBAVFILTER_VERSION_MICRO  0
+#define LIBAVFILTER_VERSION_MICRO 100
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list