diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-16 16:42:57 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-17 16:41:08 +0100 |
commit | c3814ab654a993723b0e5f14cc252d68f233ad79 (patch) | |
tree | c099990491a0bd80e0835acaef1e1b384375e5ac /libavcodec/version.h | |
parent | bbe66ef912470007f7cc424badde2ccec500b36b (diff) | |
download | ffmpeg-c3814ab654a993723b0e5f14cc252d68f233ad79.tar.gz |
rename new lls code to lls2 to avoid conflict with the old which has a different ABI
also remove failed attempt at a compatibility layer, the code simply cannot work
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 a6ee4cffd6..8db02700e9 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 55 #define LIBAVCODEC_VERSION_MINOR 43 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |