Commit 0f91a577 authored by Michael Niedermayer's avatar Michael Niedermayer

libswscale: increase LIBSWSCALE_VERSION_MICRO to 100

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 55a6d8d9
......@@ -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, \
......
......@@ -51,6 +51,7 @@
unsigned swscale_version(void)
{
av_assert0(LIBSWSCALE_VERSION_MICRO >= 100);
return LIBSWSCALE_VERSION_INT;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment