Browse Source

libswscale: increase LIBSWSCALE_VERSION_MICRO to 100

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Michael Niedermayer 14 years ago
parent
commit
0f91a57732
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      libswscale/swscale.h
  2. +1
    -0
      libswscale/utils.c

+ 1
- 1
libswscale/swscale.h View File

@@ -33,7 +33,7 @@


#define LIBSWSCALE_VERSION_MAJOR 2 #define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 1 #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, \ #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \ LIBSWSCALE_VERSION_MINOR, \


+ 1
- 0
libswscale/utils.c View File

@@ -51,6 +51,7 @@


unsigned swscale_version(void) unsigned swscale_version(void)
{ {
av_assert0(LIBSWSCALE_VERSION_MICRO >= 100);
return LIBSWSCALE_VERSION_INT; return LIBSWSCALE_VERSION_INT;
} }




Loading…
Cancel
Save