diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-18 17:43:42 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-27 09:56:13 +0200 |
commit | a3a6b56200e2899769175291837a178f20e1e95a (patch) | |
tree | 684eeea304c8d7f25837ba57d7e6fe6891a42229 /libavcodec/version.h | |
parent | e575d59afe928af7729cc8abed94cc100c991444 (diff) | |
download | ffmpeg-a3a6b56200e2899769175291837a178f20e1e95a.tar.gz |
avcodec: add Argonaut Games Video 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 85b96c8c20..5f873a5cea 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 107 +#define LIBAVCODEC_VERSION_MINOR 108 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |