diff options
author | Nicolas Gaullier <nicolas.gaullier@cji.paris> | 2021-01-25 13:11:36 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-25 13:17:43 +0100 |
commit | 0bf18db26aa277d11c4ae5ecb6dd7b8fad188add (patch) | |
tree | 7348074a9dbc52163315483116fedaafd0103bf6 /libavcodec/version.h | |
parent | a2a06029cfbce64bf9102bc5d0b34e49bc24ad24 (diff) | |
download | ffmpeg-0bf18db26aa277d11c4ae5ecb6dd7b8fad188add.tar.gz |
avcodec/dolby_e: Add a parser
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 9f80caa9e0..807062af7f 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 117 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 118 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |