[FFmpeg-cvslog] libswscale: increase LIBSWSCALE_VERSION_MICRO to 100

Michael Niedermayer git at videolan.org
Thu Dec 22 03:23:19 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Dec 22 03:07:57 2011 +0100| [0f91a577321e063dfeb626c2d74945b271a888e3] | committer: Michael Niedermayer

libswscale: increase LIBSWSCALE_VERSION_MICRO to 100

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

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

 libswscale/swscale.h |    2 +-
 libswscale/utils.c   |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 886af2d..f65d076 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -33,7 +33,7 @@
 
 #define LIBSWSCALE_VERSION_MAJOR 2
 #define LIBSWSCALE_VERSION_MINOR 1
-#define LIBSWSCALE_VERSION_MICRO 0
+#define LIBSWSCALE_VERSION_MICRO 100
 
 #define LIBSWSCALE_VERSION_INT  AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
                                                LIBSWSCALE_VERSION_MINOR, \
diff --git a/libswscale/utils.c b/libswscale/utils.c
index 3adf03a..7d87a13 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -51,6 +51,7 @@
 
 unsigned swscale_version(void)
 {
+    av_assert0(LIBSWSCALE_VERSION_MICRO >= 100);
     return LIBSWSCALE_VERSION_INT;
 }
 



More information about the ffmpeg-cvslog mailing list