diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-21 12:12:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-21 12:23:24 +0200 |
commit | 61af6bebb457c8d9bb00baaccd65a39632437bcd (patch) | |
tree | 96c7c358a492ee2948d6690e217ae0e03cf33b41 /libswscale/version.h | |
parent | 950ce21d4a7c1f4fbefbb258c852ba05bf6177de (diff) | |
download | ffmpeg-61af6bebb457c8d9bb00baaccd65a39632437bcd.tar.gz |
swscale: Allow chroma samples to be above and to the left of luma samples
Found-by: Kierank
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r-- | libswscale/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index b764883819..77c374ea30 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,7 +27,7 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 3 -#define LIBSWSCALE_VERSION_MINOR 0 +#define LIBSWSCALE_VERSION_MINOR 1 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |