diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-19 23:11:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-19 23:13:40 +0100 |
commit | f94220ac7ad099425b5fc35170ef411b03c84397 (patch) | |
tree | aa56ef5044d168970afd3aa5c8f8cca163660dd6 /libswscale/version.h | |
parent | beb5d8f07d2aec4da88456f9e21e14d95a38f377 (diff) | |
download | ffmpeg-f94220ac7ad099425b5fc35170ef411b03c84397.tar.gz |
sws: Fix error diffusion flag
The used flag was mistakenly overlapping with chroma drop
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 49e280d3c8..c430f2def8 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,8 +27,8 @@ #include "libavutil/avutil.h" #define LIBSWSCALE_VERSION_MAJOR 2 -#define LIBSWSCALE_VERSION_MINOR 1 -#define LIBSWSCALE_VERSION_MICRO 103 +#define LIBSWSCALE_VERSION_MINOR 2 +#define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |