diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-06 17:55:14 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-06 17:59:27 +0100 |
commit | 9ff92cf1953d90e0e4f87f76f3f2f6439205a139 (patch) | |
tree | 8ef458e8bdde6daab22135c8ce5cd157ff75a1b1 /libavcodec/version.h | |
parent | 40648d8cc372c328965a2e2e8e5ef8c88cba3e3f (diff) | |
download | ffmpeg-9ff92cf1953d90e0e4f87f76f3f2f6439205a139.tar.gz |
012v decoder.
The decoder also supports a12v, but removes the transparency layer
since no samples with actual transparency are available for testing.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 670a875964..f9d87f40b1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 85 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 86 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |