diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-24 19:11:41 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-03 18:07:58 +0200 |
commit | 1304078d3c45fab0234861d11c9e5890d3270699 (patch) | |
tree | 20d6a2bbbdb3f9c512720193a04b5c2b29f7eb23 /libavcodec/version.h | |
parent | a1caa16d45b321e669efdcce67f4027e532c90d1 (diff) | |
download | ffmpeg-1304078d3c45fab0234861d11c9e5890d3270699.tar.gz |
avcodec: add FastAudio decoder
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 739caf5c6e..fdc29a48af 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 102 +#define LIBAVCODEC_VERSION_MINOR 103 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |