You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libswscale: increase LIBSWSCALE_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user