diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-25 00:51:11 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-03 18:06:50 +0200 |
commit | a1caa16d45b321e669efdcce67f4027e532c90d1 (patch) | |
tree | 1b95a97827e3d72b59eea13bcdfbbb2562d52b5a /libavcodec/version.h | |
parent | 2d16b6bd3e18f31dbd53f10e337d13ddb4ba6ba0 (diff) | |
download | ffmpeg-a1caa16d45b321e669efdcce67f4027e532c90d1.tar.gz |
avcodec: add ADPCM IMA MOFLEX decoder
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 91e0564570..739caf5c6e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 101 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 102 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |