diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-28 15:29:23 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-28 15:29:23 +0000 |
commit | c508ab6736bc2a2ec27dcea4cb6336b737a68936 (patch) | |
tree | 794da0933886d46bf1dd341498d2fb73337a28fa /libswscale | |
parent | c10676aca3815431e553a161fc694dc664f25f2d (diff) | |
download | ffmpeg-c508ab6736bc2a2ec27dcea4cb6336b737a68936.tar.gz |
Bump minor version after the addition of sws_alloc_context() and
sws_init_context() of r32368.
Originally committed as revision 32396 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 13e8072fe9..d18953486a 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBSWSCALE_VERSION_MAJOR 0 -#define LIBSWSCALE_VERSION_MINOR 11 +#define LIBSWSCALE_VERSION_MINOR 12 #define LIBSWSCALE_VERSION_MICRO 0 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |