Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-12-14 17:16:56 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-12-15 02:32:31 +0300
commit641d52152f6a6825f2b77b1b4c4cd6621a8fa236 (patch)
treeb34dfdcb5ea00696a5b790a9800171cabab0a95c /libavcodec/version.h
parent7aaab127bebb33003105a620736d6cae8c45a6e5 (diff)
lavc/g729dec: Support stereo streams.
Fixes ticket #4553.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 9e433383b6..5fe013f171 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 42
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \