diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-02 19:27:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-02 19:44:08 +0200 |
commit | 37f69cd93e6343bcf34f55fadc8fedfebb7d235c (patch) | |
tree | 616e126ca1aa8a5c939aae897d60a239b021d291 /libswscale/version.h | |
parent | cc8b45c0ce35465fd0efee7103e41bcc28251f99 (diff) | |
download | ffmpeg-37f69cd93e6343bcf34f55fadc8fedfebb7d235c.tar.gz |
swscale: add full bgra64 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r-- | libswscale/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index 6f82d3d059..b0338636f5 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,8 +27,8 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 2 -#define LIBSWSCALE_VERSION_MINOR 5 -#define LIBSWSCALE_VERSION_MICRO 102 +#define LIBSWSCALE_VERSION_MINOR 6 +#define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |