]> git.sesse.net Git - ffmpeg/commitdiff
swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Dec 2011 02:09:41 +0000 (03:09 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Dec 2011 02:09:41 +0000 (03:09 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libswresample/swresample.c
libswresample/swresample.h

index 4443a971064b14673b4053f7f3c9c3b259b9b42a..107ce168afdd15b535028d9f3b3678f5559b501f 100644 (file)
@@ -72,6 +72,7 @@ static const AVClass av_class = {
 
 unsigned swresample_version(void)
 {
+    av_assert0(LIBSWRESAMPLE_VERSION_MICRO >= 100);
     return LIBSWRESAMPLE_VERSION_MICRO;
 }
 
index c2bbea5c151b63dc72b49497c0c96c988e24ec80..fa85e24f1f106363a88ca41ae9d4037ffc4b1017 100644 (file)
@@ -31,7 +31,7 @@
 
 #define LIBSWRESAMPLE_VERSION_MAJOR 0
 #define LIBSWRESAMPLE_VERSION_MINOR 5
-#define LIBSWRESAMPLE_VERSION_MICRO 0
+#define LIBSWRESAMPLE_VERSION_MICRO 100
 
 #define SWR_CH_MAX 16   ///< Maximum number of channels