[FFmpeg-cvslog] swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100
Michael Niedermayer
git at videolan.org
Thu Dec 22 03:23:20 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Dec 22 03:09:41 2011 +0100| [3339f87dbd3609cd13c9442adab33a1bb03da838] | committer: Michael Niedermayer
swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3339f87dbd3609cd13c9442adab33a1bb03da838
---
libswresample/swresample.c | 1 +
libswresample/swresample.h | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index 4443a97..107ce16 100644
--- a/libswresample/swresample.c
+++ b/libswresample/swresample.c
@@ -72,6 +72,7 @@ static const AVClass av_class = {
unsigned swresample_version(void)
{
+ av_assert0(LIBSWRESAMPLE_VERSION_MICRO >= 100);
return LIBSWRESAMPLE_VERSION_MICRO;
}
diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index c2bbea5..fa85e24 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -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
More information about the ffmpeg-cvslog
mailing list