diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-07-30 19:39:06 -0700 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-06 23:23:13 +0200 |
commit | 5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1 (patch) | |
tree | cbd071ceb8834c8178539183a916f3e64a16fb44 /libavcodec/version.h | |
parent | d3789eeeed3423bd1ca9dc40030a2f7a21ea5332 (diff) | |
download | ffmpeg-5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1.tar.gz |
libxvid: add working lumimasking and variance AQ
The old implementation is unusable due to changes in the Xvid API.
Further fixes by Michael Niedermayer <michaelni@gmx.at>.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index deb0780d43..738b816d1b 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 55 #define LIBAVCODEC_VERSION_MINOR 45 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |