mirror of https://git.ffmpeg.org/ffmpeg.git
libswscale: increase LIBSWSCALE_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
55a6d8d9fa
commit
0f91a57732
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue