diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 11:51:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 11:52:19 +0200 |
commit | 0796a2ab4ff58d454006403395a4be91c403f161 (patch) | |
tree | 80bf5e2d51f28dc37d6e5ad13289fa484bf5b794 | |
parent | 57f49fa0edafd82315aa3a409ce1051f7dea6981 (diff) | |
parent | eb31256f12bf0c85aded1612551ce9230356879e (diff) | |
download | ffmpeg-0796a2ab4ff58d454006403395a4be91c403f161.tar.gz |
Merge commit 'eb31256f12bf0c85aded1612551ce9230356879e'
* commit 'eb31256f12bf0c85aded1612551ce9230356879e':
g2meet: Support G2M5 codec variant
Conflicts:
libavcodec/version.h
See: 4ba5420e4d3699b89c9f7f15928cd486f88e9562
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-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 5abd88564e..69f9759f01 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 56 #define LIBAVCODEC_VERSION_MINOR 35 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |