diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2015-04-10 12:14:27 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-07-01 01:08:15 +0200 |
commit | 08c2d8f0aa679c2f060721d1d0d4f33d2ae32368 (patch) | |
tree | b3e507b95f6135f4061fa812e55325608f61ef74 /libavcodec/version.h | |
parent | e2bd03a14a4e3366df0b1ee8e284a97165be1f3c (diff) | |
download | ffmpeg-08c2d8f0aa679c2f060721d1d0d4f33d2ae32368.tar.gz |
Go2Meeting decoder
ELS and ePIC decoder courtesy of Maxim Poliakovski,
cleanup and integration by Diego Biurrun.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 b0643cc922..850f465797 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 29 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 31 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |