diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-14 15:16:56 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-15 00:32:31 +0100 |
commit | 641d52152f6a6825f2b77b1b4c4cd6621a8fa236 (patch) | |
tree | b34dfdcb5ea00696a5b790a9800171cabab0a95c /libavcodec/version.h | |
parent | 7aaab127bebb33003105a620736d6cae8c45a6e5 (diff) | |
download | ffmpeg-641d52152f6a6825f2b77b1b4c4cd6621a8fa236.tar.gz |
lavc/g729dec: Support stereo streams.
Fixes ticket #4553.
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 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, \ |