diff --git a/libswresample/swresample.c b/libswresample/swresample.c index 4443a97106..107ce168af 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 c2bbea5c15..fa85e24f1f 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