diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-02-22 09:22:05 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-02-22 09:22:05 +0000 |
commit | e76709d8a66cbc3f541ec79d482862a2c3100d5a (patch) | |
tree | ae01eb70367a1dae541071a02a7c8d8f2b9945d2 /libswscale/swscale.h | |
parent | 21effaa4b20bbd34ecc11e5bef1211dcca6fc2bc (diff) | |
download | ffmpeg-e76709d8a66cbc3f541ec79d482862a2c3100d5a.tar.gz |
New LGPLed YUV2RGB table generator for SwScaler
Originally committed as revision 28700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-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 f73a5bfe52..6efd90fcda 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -31,7 +31,7 @@ #define LIBSWSCALE_VERSION_MAJOR 0 #define LIBSWSCALE_VERSION_MINOR 7 -#define LIBSWSCALE_VERSION_MICRO 0 +#define LIBSWSCALE_VERSION_MICRO 1 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |